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

Unified Diff: lib/html/dartium/html_dartium.dart

Issue 10913122: Revert "Implementing window.createObjectURL*" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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:
Download patch
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index ee56322cd867a90d4e16e33819345043abda28f4..a78d9d15bf8c6dea6c5c67c04994b482a92e0f63 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -39231,16 +39231,6 @@ interface Window extends EventTarget {
IDBFactory get indexedDB();
- /**
- * 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);
-
/**
* @domName EventTarget.addEventListener, EventTarget.removeEventListener, EventTarget.dispatchEvent
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698