| Index: third_party/WebKit/Source/core/fileapi/URLFileAPI.idl
|
| diff --git a/third_party/WebKit/Source/core/fileapi/URLFileAPI.idl b/third_party/WebKit/Source/core/fileapi/URLFileAPI.idl
|
| index c2e86a7a7f174353d4586b6d88008b8015846915..7f7872cf63f77a49a0737d8ddd633386a927e6c8 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/URLFileAPI.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/URLFileAPI.idl
|
| @@ -4,8 +4,8 @@
|
|
|
| // https://w3c.github.io/FileAPI/#creating-revoking
|
| partial interface URL {
|
| - [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext, RaisesException] static DOMString createObjectURL(Blob blob);
|
| + [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ScriptState, RaisesException] static DOMString createObjectURL(Blob blob);
|
| // TODO(jsbell): Implement createFor(). https://crbug.com/608460
|
| //static DOMString createFor(Blob blob);
|
| - [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext] static void revokeObjectURL(DOMString url);
|
| + [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ScriptState] static void revokeObjectURL(DOMString url);
|
| };
|
|
|