| Index: third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBCursor.idl b/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| index 516ce1b53f28789035d302127f37a772344f5fac..d73d146274418402742320f4f3e606ab3d202e49 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| @@ -39,7 +39,7 @@ module storage {
|
| 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 unsigned long count)
|
| raises (IDBDatabaseException);
|
|
|