aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/blob.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/blob.rs')
-rw-r--r--components/script/dom/blob.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs
index 86f967764c1..f8b29b895fd 100644
--- a/components/script/dom/blob.rs
+++ b/components/script/dom/blob.rs
@@ -50,6 +50,7 @@ impl Blob {
}
// https://w3c.github.io/FileAPI/#constructorBlob
+ #[allow(non_snake_case)]
pub fn Constructor(
global: &GlobalScope,
blobParts: Option<Vec<ArrayBufferOrArrayBufferViewOrBlobOrString>>,