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 |