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

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

Issue 11348011: Revert 128789 - IndexedDB: Use ScriptValue instead of SerializedScriptValue for get/openCursor (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/IDBAny.cpp ('k') | Source/WebCore/Modules/indexeddb/IDBCursor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/Modules/indexeddb/IDBCursor.h
===================================================================
--- Source/WebCore/Modules/indexeddb/IDBCursor.h (revision 132816)
+++ Source/WebCore/Modules/indexeddb/IDBCursor.h (working copy)
@@ -41,6 +41,7 @@
class IDBCursorBackendInterface;
class IDBRequest;
class ScriptExecutionContext;
+class SerializedScriptValue;
typedef int ExceptionCode;
@@ -81,7 +82,7 @@
void postSuccessHandlerCallback();
void close();
- void setValueReady(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, ScriptValue&);
+ void setValueReady(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, PassRefPtr<SerializedScriptValue>);
// The spec requires that the script object that wraps the value
// be unchanged until the value changes as a result of the cursor
« no previous file with comments | « Source/WebCore/Modules/indexeddb/IDBAny.cpp ('k') | Source/WebCore/Modules/indexeddb/IDBCursor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698