Index: Source/WebCore/fileapi/Blob.idl |
diff --git a/Source/WebCore/fileapi/Blob.idl b/Source/WebCore/fileapi/Blob.idl |
index 4ac641ba7214fa510405acc641d8938037523a06..85be0bb12c8f74444e5fcba5c7b0c9441998d50f 100644 |
--- a/Source/WebCore/fileapi/Blob.idl |
+++ b/Source/WebCore/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; |