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

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

Issue 11336016: Revert 128379 - IndexedDB: Use ScriptValue instead of SerializedScriptValue when possible (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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 | « Source/WebCore/Modules/indexeddb/IDBCursor.cpp ('k') | Source/WebCore/Modules/indexeddb/IDBObjectStore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/Modules/indexeddb/IDBCursor.idl
===================================================================
--- Source/WebCore/Modules/indexeddb/IDBCursor.idl (revision 132819)
+++ Source/WebCore/Modules/indexeddb/IDBCursor.idl (working copy)
@@ -39,7 +39,7 @@
readonly attribute IDBKey primaryKey;
readonly attribute IDBAny source;
- [CallWith=ScriptExecutionContext] IDBRequest update(in any value)
+ [CallWith=ScriptExecutionContext] IDBRequest update(in SerializedScriptValue value)
raises (IDBDatabaseException);
void advance(in long count)
raises (IDBDatabaseException);
Property changes on: Source/WebCore/Modules/indexeddb/IDBCursor.idl
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/WebCore/Modules/indexeddb/IDBCursor.idl:r53455
« no previous file with comments | « Source/WebCore/Modules/indexeddb/IDBCursor.cpp ('k') | Source/WebCore/Modules/indexeddb/IDBObjectStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698