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

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

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes Created 8 years, 11 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/IDBCursor.dart
diff --git a/client/dom/generated/src/frog/IDBCursor.dart b/client/dom/generated/src/frog/IDBCursor.dart
index a14c3a295a7272c9e21f6ff0a1e19fa4394ff299..912713f9a892bc59f937b8f0432a5bed712c58b2 100644
--- a/client/dom/generated/src/frog/IDBCursor.dart
+++ b/client/dom/generated/src/frog/IDBCursor.dart
@@ -21,5 +21,5 @@ class IDBCursorJs extends DOMTypeJs implements IDBCursor native "*IDBCursor" {
IDBRequestJs delete() native;
- IDBRequestJs update(String value) native;
+ IDBRequestJs update(Dynamic value) native;
}
« no previous file with comments | « client/dom/generated/src/frog/HTMLContentElement.dart ('k') | client/dom/generated/src/frog/IDBObjectStore.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698