| 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 e1d0581a2329de46d18b6bbeb594cab847179237..bc0d21d798638125bc1abf8c2d313529ee191743 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| @@ -32,6 +32,7 @@
|
|
|
| [
|
| Constructor(optional sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options),
|
| + ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| Exposed=(Window,Worker),
|
| ] interface Blob {
|
|
|