| 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 262e85f7e32e328ad78bced2b3b29a6b46c569f5..c2e86a7a7f174353d4586b6d88008b8015846915 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 {
|
| - [CallWith=ExecutionContext, RaisesException] static DOMString createObjectURL(Blob blob);
|
| - // TODO(jsbell): Implement createFor()
|
| + [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext, RaisesException] static DOMString createObjectURL(Blob blob);
|
| + // TODO(jsbell): Implement createFor(). https://crbug.com/608460
|
| //static DOMString createFor(Blob blob);
|
| - [CallWith=ExecutionContext] static void revokeObjectURL(DOMString url);
|
| + [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext] static void revokeObjectURL(DOMString url);
|
| };
|
|
|