| Index: Source/WebCore/Modules/indexeddb/IDBCursor.idl
|
| ===================================================================
|
| --- Source/WebCore/Modules/indexeddb/IDBCursor.idl (revision 131667)
|
| +++ Source/WebCore/Modules/indexeddb/IDBCursor.idl (working copy)
|
| @@ -41,7 +41,7 @@
|
|
|
| [CallWith=ScriptExecutionContext] IDBRequest update(in any value)
|
| raises (IDBDatabaseException);
|
| - void advance(in unsigned long count)
|
| + void advance(in long count)
|
| raises (IDBDatabaseException);
|
| [ImplementedAs=continueFunction] void continue(in [Optional] IDBKey key)
|
| raises (IDBDatabaseException);
|
|
|