Chromium Code Reviews| Index: Source/WebCore/fileapi/Blob.idl |
| diff --git a/Source/WebCore/fileapi/Blob.idl b/Source/WebCore/fileapi/Blob.idl |
| index 4ac641ba7214fa510405acc641d8938037523a06..579eb7ac29159c1bceddd53d506295e589c00974 100644 |
| --- a/Source/WebCore/fileapi/Blob.idl |
| +++ b/Source/WebCore/fileapi/Blob.idl |
| @@ -30,7 +30,8 @@ |
| [ |
| CustomToJSObject, |
| - CustomConstructor |
| + CustomConstructor, |
| + ConstructorParameters=2 |
| ] interface Blob { |
| readonly attribute unsigned long long size; |
| readonly attribute DOMString type; |