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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBCursor.idl

Issue 10983049: Roll IDL to multivm@910 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: third_party/WebCore/Modules/indexeddb/IDBCursor.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBCursor.idl b/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
index d73d146274418402742320f4f3e606ab3d202e49..516ce1b53f28789035d302127f37a772344f5fac 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
@@ -39,7 +39,7 @@ module storage {
readonly attribute IDBKey primaryKey;
readonly attribute IDBAny source;
- [CallWith=ScriptExecutionContext] IDBRequest update(in SerializedScriptValue value)
+ [CallWith=ScriptExecutionContext] IDBRequest update(in any value)
raises (IDBDatabaseException);
void advance(in unsigned long count)
raises (IDBDatabaseException);

Powered by Google App Engine
This is Rietveld 408576698