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

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

Issue 10989015: Refresh generated files after new roll. (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') | no next file » | 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 cd835f90f579d4cd3d7563de51b971ab145b2dbf..6caae0fa50aaafbbab332ccbd59b1134774d5617 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -40528,8 +40528,6 @@ abstract class Window implements EventTarget {
void cancelAnimationFrame(int id);
- IDBFactory get indexedDB;
-
/**
* Creates a new object URL for the specified object. The URL will be
* available until revokeObjectUrl is called.
@@ -41148,8 +41146,6 @@ class _DOMWindowImpl extends _EventTargetImpl implements Window {
void cancelAnimationFrame(int id) => webkitCancelAnimationFrame(id);
- IDBFactory get indexedDB => webkitIndexedDB;
-
// TODO(kasperl): Document these.
lookupPort(String name) {
var port = JSON.parse(localStorage['dart-port:$name']);
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698