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 |