Chromium Code Reviews| Index: Source/core/fileapi/Blob.idl |
| diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl |
| index 814a2fc4efde253551a6a623abf4fc02a7a7f9c4..be90401294d1a987e975d45bb65a7341f542814f 100644 |
| --- a/Source/core/fileapi/Blob.idl |
| +++ b/Source/core/fileapi/Blob.idl |
| @@ -31,8 +31,7 @@ |
| [ |
| GlobalContext=Window&WorkerGlobalScope, |
| SpecialWrapFor=File, |
| - CustomConstructor, |
|
Inactive
2013/11/04 18:33:53
No we actually need to keep this one. The File API
pwnall-personal
2013/11/04 19:20:53
Done.
Sorry, I missed the difference between the
|
| - CustomConstructor(sequence<any> blobParts, optional BlobPropertyBag options) |
| + CustomConstructor(optional sequence<any> blobParts, optional BlobPropertyBag options) |
| ] interface Blob { |
| readonly attribute unsigned long long size; |
| readonly attribute DOMString type; |