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

Unified Diff: client/dom/generated/src/wrapping/_IDBIndexWrappingImplementation.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/wrapping/_IDBIndexWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_IDBIndexWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBIndexWrappingImplementation.dart
index 4c4d1624b37156f2a1b791ff701677a96fcbd1c3..ff2ba33a0fb655c875d514bda3a5f26b89bc2574 100644
--- a/client/dom/generated/src/wrapping/_IDBIndexWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_IDBIndexWrappingImplementation.dart
@@ -14,9 +14,6 @@ class _IDBIndexWrappingImplementation extends DOMWrapperBase implements IDBIndex
String get keyPath() { return _get_keyPath(this); }
static String _get_keyPath(var _this) native;
- bool get multiEntry() { return _get_multiEntry(this); }
- static bool _get_multiEntry(var _this) native;
-
String get name() { return _get_name(this); }
static String _get_name(var _this) native;
@@ -26,16 +23,6 @@ class _IDBIndexWrappingImplementation extends DOMWrapperBase implements IDBIndex
bool get unique() { return _get_unique(this); }
static bool _get_unique(var _this) native;
- IDBRequest count([IDBKeyRange range = null]) {
- if (range === null) {
- return _count(this);
- } else {
- return _count_2(this, range);
- }
- }
- static IDBRequest _count(receiver) native;
- static IDBRequest _count_2(receiver, range) native;
-
IDBRequest getObject(IDBKey key) {
return _getObject(this, key);
}

Powered by Google App Engine
This is Rietveld 408576698