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

Unified Diff: client/dom/generated/src/frog/IDBFactory.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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
Index: client/dom/generated/src/frog/IDBFactory.dart
diff --git a/client/dom/generated/src/frog/IDBFactory.dart b/client/dom/generated/src/frog/IDBFactory.dart
index bed760de7933b59793d08bdd8e8e25e5b1026a7e..a031d04770a40e9cb4308071672aac611ba02430 100644
--- a/client/dom/generated/src/frog/IDBFactory.dart
+++ b/client/dom/generated/src/frog/IDBFactory.dart
@@ -1,15 +1,11 @@
-class IDBFactoryJS implements IDBFactory native "*IDBFactory" {
+class IDBFactoryJs extends DOMTypeJs implements IDBFactory native "*IDBFactory" {
- int cmp(IDBKeyJS first, IDBKeyJS second) native;
+ int cmp(IDBKeyJs first, IDBKeyJs second) native;
- IDBVersionChangeRequestJS deleteDatabase(String name) native;
+ IDBVersionChangeRequestJs deleteDatabase(String name) native;
- IDBRequestJS getDatabaseNames() native;
+ IDBRequestJs getDatabaseNames() native;
- IDBRequestJS open(String name) native;
-
- var dartObjectLocalStorage;
-
- String get typeName() native;
+ IDBRequestJs open(String name) native;
}
« no previous file with comments | « client/dom/generated/src/frog/IDBDatabaseException.dart ('k') | client/dom/generated/src/frog/IDBIndex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698