diff options
Diffstat (limited to 'components/script/dom/filelist.rs')
-rw-r--r-- | components/script/dom/filelist.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/filelist.rs b/components/script/dom/filelist.rs index d2b647273ba..44afd40f418 100644 --- a/components/script/dom/filelist.rs +++ b/components/script/dom/filelist.rs @@ -43,7 +43,7 @@ impl FileList { } } -impl FileListMethods for FileList { +impl FileListMethods<crate::DomTypeHolder> for FileList { // https://w3c.github.io/FileAPI/#dfn-length fn Length(&self) -> u32 { self.list.len() as u32 |