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

Unified Diff: client/html/generated/html/frog/IDBObjectStore.dart

Issue 9623013: Regenerate the wrapperless DOM again. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « client/html/generated/html/frog/IDBIndex.dart ('k') | client/html/generated/html/frog/Metadata.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/IDBObjectStore.dart
diff --git a/client/html/generated/html/frog/IDBObjectStore.dart b/client/html/generated/html/frog/IDBObjectStore.dart
index f708e0742521906bc407d1eb70dbb78e3a0722c6..36c3fa8ab640ebf806c7eab131f464458212ff4c 100644
--- a/client/html/generated/html/frog/IDBObjectStore.dart
+++ b/client/html/generated/html/frog/IDBObjectStore.dart
@@ -13,7 +13,7 @@ class _IDBObjectStoreImpl implements IDBObjectStore native "*IDBObjectStore" {
_IDBRequestImpl clear() native;
- _IDBRequestImpl count([_IDBKeyRangeImpl range = null]) native;
+ _IDBRequestImpl count([var key_OR_range = null]) native;
_IDBIndexImpl createIndex(String name, String keyPath) native;
« no previous file with comments | « client/html/generated/html/frog/IDBIndex.dart ('k') | client/html/generated/html/frog/Metadata.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698