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

Unified Diff: sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate

Issue 11312091: Rename DOMURL to ObjectUrl. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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
Index: sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
===================================================================
--- sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate (revision 14542)
+++ sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate (working copy)
@@ -29,15 +29,5 @@
*/
void requestLayoutFrame(TimeoutHandler callback);
- /**
- * Creates a new object URL for the specified object. The URL will be
- * available until revokeObjectUrl is called.
- * [object] can be a Blob, MediaStream or MediaSource.
- */
- String createObjectUrl(object);
-
- /** @domName DOMURL.revokeObjectURL */
- void revokeObjectUrl(String objectUrl);
-
$!MEMBERS
}

Powered by Google App Engine
This is Rietveld 408576698