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

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

Issue 9453030: Fix for issue 1814 for dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo 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/IDBIndex.dart ('k') | client/dom/generated/src/frog/Int16Array.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 94116620ebe84b765c8e0c54792b9dfd1f835ecf..3603496a2a50f6ddfe046f51529f7ca9d1d02dad 100644
--- a/client/dom/generated/src/frog/IDBObjectStore.dart
+++ b/client/dom/generated/src/frog/IDBObjectStore.dart
@@ -19,7 +19,7 @@ class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*ID
void deleteIndex(String name) native;
- _IDBRequestJs getObject(_IDBKeyJs key) native;
+ _IDBRequestJs getObject(_IDBKeyJs key) native '''return this.get(key);''';
_IDBIndexJs index(String name) native;
« no previous file with comments | « client/dom/generated/src/frog/IDBIndex.dart ('k') | client/dom/generated/src/frog/Int16Array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698