Index: Source/WebCore/Modules/indexeddb/IDBCursor.h |
=================================================================== |
--- Source/WebCore/Modules/indexeddb/IDBCursor.h (revision 132819) |
+++ Source/WebCore/Modules/indexeddb/IDBCursor.h (working copy) |
@@ -75,7 +75,7 @@ |
PassRefPtr<IDBAny> value(); |
IDBAny* source() const; |
- PassRefPtr<IDBRequest> update(ScriptExecutionContext*, ScriptValue&, ExceptionCode&); |
+ PassRefPtr<IDBRequest> update(ScriptExecutionContext*, PassRefPtr<SerializedScriptValue>, ExceptionCode&); |
void advance(long, ExceptionCode&); |
void continueFunction(PassRefPtr<IDBKey>, ExceptionCode&); |
PassRefPtr<IDBRequest> deleteFunction(ScriptExecutionContext*, ExceptionCode&); |
Property changes on: Source/WebCore/Modules/indexeddb/IDBCursor.h |
___________________________________________________________________ |
Added: svn:mergeinfo |
Merged /trunk/WebCore/Modules/indexeddb/IDBCursor.h:r53455 |