diff options
author | Bogdan Cuza <bogdan.cuza@hotmail.com> | 2015-07-23 19:52:39 +0300 |
---|---|---|
committer | Bogdan <boghison22@gmail.com> | 2015-08-01 19:31:20 +0200 |
commit | 8bc66f97f86aff282caa37f7861aed20ace57cff (patch) | |
tree | 2fb1c77a5849ed0befc95fea2722b9e9ed506d52 /components/script/dom/mod.rs | |
parent | effb17b3368769baaf5247908b26b7f0dd370ea3 (diff) | |
download | servo-8bc66f97f86aff282caa37f7861aed20ace57cff.tar.gz servo-8bc66f97f86aff282caa37f7861aed20ace57cff.zip |
Implement the FileList interface. Fixes #6708
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 b6e9667e034..663d14784a6 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -215,6 +215,7 @@ pub mod event; pub mod eventdispatcher; pub mod eventtarget; pub mod file; +pub mod filelist; pub mod filereader; pub mod formdata; pub mod htmlanchorelement; |