| 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 7f7872cf63f77a49a0737d8ddd633386a927e6c8..ef10eb92442a258112b9fb2bcc6fbe4ba4dd192c 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/URLFileAPI.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/URLFileAPI.idl
|
| @@ -5,7 +5,5 @@
|
| // https://w3c.github.io/FileAPI/#creating-revoking
|
| partial interface URL {
|
| [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=ScriptState] static void revokeObjectURL(DOMString url);
|
| };
|
|
|