| Index: third_party/WebKit/Source/core/fileapi/Blob.idl
|
| diff --git a/third_party/WebKit/Source/core/fileapi/Blob.idl b/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| index e242cd7e47f340958588385408a57b9cff094e79..e1d0581a2329de46d18b6bbeb594cab847179237 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| @@ -31,8 +31,7 @@
|
| // https://w3c.github.io/FileAPI/#blob
|
|
|
| [
|
| - Constructor,
|
| - Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options),
|
| + Constructor(optional sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options),
|
| RaisesException=Constructor,
|
| Exposed=(Window,Worker),
|
| ] interface Blob {
|
|
|