| Index: third_party/WebCore/fileapi/Blob.idl
|
| diff --git a/third_party/WebCore/fileapi/Blob.idl b/third_party/WebCore/fileapi/Blob.idl
|
| index 29c5141d26c43b0014a58c4c8b07f1d532e6cea3..6b7e59d22f974e73de0716b4c3874bb38c603ca3 100644
|
| --- a/third_party/WebCore/fileapi/Blob.idl
|
| +++ b/third_party/WebCore/fileapi/Blob.idl
|
| @@ -33,7 +33,9 @@ module html {
|
| interface [
|
| JSGenerateIsReachable=Impl,
|
| CustomToJSObject,
|
| - JSNoStaticTables
|
| + JSNoStaticTables,
|
| + CustomConstructor,
|
| + ConstructorParameters=2
|
| ] Blob {
|
| readonly attribute unsigned long long size;
|
| readonly attribute DOMString type;
|
|
|