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

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

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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/IDBIndex.dart
diff --git a/client/dom/generated/src/frog/IDBIndex.dart b/client/dom/generated/src/frog/IDBIndex.dart
index 5bb813a8ed6ee0aeb259735e35de484dd2fe50cf..441ac20974dcef8e22b7cbed956be3530142c952 100644
--- a/client/dom/generated/src/frog/IDBIndex.dart
+++ b/client/dom/generated/src/frog/IDBIndex.dart
@@ -3,16 +3,12 @@ class IDBIndex native "*IDBIndex" {
String keyPath;
- bool multiEntry;
-
String name;
IDBObjectStore objectStore;
bool unique;
- IDBRequest count([IDBKeyRange range = null]) native;
-
IDBRequest getObject(IDBKey key) native;
IDBRequest getKey(IDBKey key) native;
« no previous file with comments | « client/dom/generated/src/frog/HTMLTrackElement.dart ('k') | client/dom/generated/src/frog/IDBObjectStore.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698