Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: third_party/WebKit/Source/core/fileapi/URLFileAPI.idl

Issue 2663333003: Remove no longer applicable FileAPI comments. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReader.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReader.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698