| 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 40f7e0b40122b6d693a54357da89dbae481244da..e1ead069d77b66f8af5753bd814ec88c73b43363 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| @@ -43,5 +43,5 @@ typedef (ArrayBuffer or ArrayBufferView or Blob or USVString) BlobPart;
|
|
|
| // TODO(jsbell): start and end arguments should be [Clamp]
|
| [RaisesException] Blob slice(optional long long start, optional long long end, optional DOMString contentType);
|
| - [RaisesException, CallWith=ExecutionContext, RuntimeEnabled=FileAPIBlobClose] void close();
|
| + [RaisesException, CallWith=ScriptState, RuntimeEnabled=FileAPIBlobClose] void close();
|
| };
|
|
|