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

Unified Diff: sdk/lib/html/templates/html/dart2js/impl_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/dart2js/impl_LocalWindow.darttemplate
===================================================================
--- sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate (revision 14542)
+++ sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate (working copy)
@@ -139,14 +139,5 @@
localStorage['dart-port:$name'] = JSON.stringify(serialized);
}
- String createObjectUrl(object) =>
- JS('String',
- '(window.URL || window.webkitURL).createObjectURL(#)', object);
-
- void revokeObjectUrl(String objectUrl) {
- JS('void',
- '(window.URL || window.webkitURL).revokeObjectURL(#)', objectUrl);
- }
-
$!MEMBERS
}
« no previous file with comments | « sdk/lib/html/scripts/systemhtml.py ('k') | sdk/lib/html/templates/html/dartium/impl_LocalWindow.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698