diff options
Diffstat (limited to 'components/script/dom/filereader.rs')
-rw-r--r-- | components/script/dom/filereader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/filereader.rs b/components/script/dom/filereader.rs index 20831493de7..e8e697eec90 100644 --- a/components/script/dom/filereader.rs +++ b/components/script/dom/filereader.rs @@ -326,7 +326,7 @@ impl FileReader { } } -impl FileReaderMethods for FileReader { +impl FileReaderMethods<crate::DomTypeHolder> for FileReader { // https://w3c.github.io/FileAPI/#filereaderConstrctr fn Constructor( global: &GlobalScope, |