aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Blob.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/Blob.webidl')
-rw-r--r--components/script/dom/webidls/Blob.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/Blob.webidl b/components/script/dom/webidls/Blob.webidl
index bad890fafdc..f5ef8d035e0 100644
--- a/components/script/dom/webidls/Blob.webidl
+++ b/components/script/dom/webidls/Blob.webidl
@@ -4,8 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob
-[Constructor,
- Constructor(sequence<(/*ArrayBuffer or ArrayBufferView or */Blob or DOMString)> blobParts,
+[Constructor(optional sequence<(/*ArrayBuffer or ArrayBufferView or */Blob or DOMString)> blobParts,
optional BlobPropertyBag options),
Exposed=Window/*,Worker*/]
interface Blob {