Index: Source/core/fileapi/Blob.idl |
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl |
index 99001efbab6b5373b1a51e0a04539df64d876f94..d8ef9655e4aa771e9c1b961372ebaf1267e841ac 100644 |
--- a/Source/core/fileapi/Blob.idl |
+++ b/Source/core/fileapi/Blob.idl |
@@ -30,7 +30,8 @@ |
[ |
CustomToJSObject, |
- CustomConstructor |
+ CustomConstructor, |
+ CustomConstructor(sequence<any> blobParts, optional BlobPropertyBag options) |
] interface Blob { |
readonly attribute unsigned long long size; |
readonly attribute DOMString type; |