diff options
Diffstat (limited to 'components/script/dom/file.rs')
-rw-r--r-- | components/script/dom/file.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/file.rs b/components/script/dom/file.rs index ed4753a58b3..9fcd580bbee 100644 --- a/components/script/dom/file.rs +++ b/components/script/dom/file.rs @@ -80,6 +80,7 @@ impl File { } // https://w3c.github.io/FileAPI/#file-constructor + #[allow(non_snake_case)] pub fn Constructor( global: &GlobalScope, fileBits: Vec<ArrayBufferOrArrayBufferViewOrBlobOrString>, |