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

Unified Diff: lib/html/src/IDBOpenDBRequest.dart

Issue 10860038: Preparing Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/dom/scripts/systemnative.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/IDBOpenDBRequest.dart
diff --git a/lib/html/src/IDBOpenDBRequest.dart b/lib/html/src/IDBOpenDBRequest.dart
index 0d8bd13f333ccbd70ca1d4e514dc067d36196135..05db68f39915a67245a3a93f5a354271a22295b3 100644
--- a/lib/html/src/IDBOpenDBRequest.dart
+++ b/lib/html/src/IDBOpenDBRequest.dart
@@ -8,15 +8,3 @@
// See:
// http://www.w3.org/TR/IndexedDB/#request-api
// http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#request-api
-
-interface IDBOpenDBRequest extends IDBRequest {
-
- IDBOpenDBRequestEvents get on();
-}
-
-interface IDBOpenDBRequestEvents extends IDBRequestEvents {
-
- EventListenerList get blocked();
-
- EventListenerList get upgradeneeded();
-}
« no previous file with comments | « lib/dom/scripts/systemnative.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698