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

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

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error 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
diff --git a/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate b/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
index ff46f20c8e0b4d2f69808a94229c32d4e702f3f6..a079d724ecbd20b99f2fbe5495cc4f62884d2bd0 100644
--- a/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
+++ b/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
@@ -29,15 +29,5 @@ abstract class $ID$EXTENDS {
*/
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