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

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

Issue 9466036: Fix parsing of DOMString[] in IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/dom/generated/src/frog/IDBDatabase.dart ('k') | client/dom/generated/src/frog/WebKitNamedFlow.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/IDBObjectStore.dart
diff --git a/client/dom/generated/src/frog/IDBObjectStore.dart b/client/dom/generated/src/frog/IDBObjectStore.dart
index 3603496a2a50f6ddfe046f51529f7ca9d1d02dad..28deb7c10793eb57b471a284524485da56dc7867 100644
--- a/client/dom/generated/src/frog/IDBObjectStore.dart
+++ b/client/dom/generated/src/frog/IDBObjectStore.dart
@@ -15,7 +15,7 @@ class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*ID
_IDBIndexJs createIndex(String name, String keyPath) native;
- _IDBRequestJs delete(_IDBKeyJs key) native;
+ _IDBRequestJs delete(var key_OR_keyRange) native;
void deleteIndex(String name) native;
« no previous file with comments | « client/dom/generated/src/frog/IDBDatabase.dart ('k') | client/dom/generated/src/frog/WebKitNamedFlow.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698