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

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: Don't re-implement List<>, causes code that dartc rejects due to static 'override' 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..92b17162dcacf06c0f701450b2f37bbf3e5369d7 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/*SerializedScriptValue*/ value) native;
}

Powered by Google App Engine
This is Rietveld 408576698