diff options
author | Zhen Zhang <izgzhen@gmail.com> | 2016-07-31 00:23:56 +0200 |
---|---|---|
committer | Zhen Zhang <izgzhen@gmail.com> | 2016-07-31 09:19:39 +0200 |
commit | 47a7d465fd93ac00055337d035d4c807e6f83b43 (patch) | |
tree | 5e514f43792d939e237ddb9e0dfb5889c5444683 /components/script/dom/mod.rs | |
parent | 1ce4be8f6de3291a1576a68e57d370ddf465ab3b (diff) | |
download | servo-47a7d465fd93ac00055337d035d4c807e6f83b43.tar.gz servo-47a7d465fd93ac00055337d035d4c807e6f83b43.zip |
Add FileReaderSync skeleton
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index effc7f2c761..a2112526228 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -265,6 +265,7 @@ pub mod eventtarget; pub mod file; pub mod filelist; pub mod filereader; +pub mod filereadersync; pub mod focusevent; pub mod forcetouchevent; pub mod formdata; |