| Index: Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
|
| index e20606cb19f889c20736f876711449b74ba98473..e92af7f4b21655d3884824d45b694ada7ffd6236 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/Source/modules/indexeddb/IDBCursor.h
|
| @@ -66,7 +66,7 @@ public:
|
| IDBAny* source() const { return m_source.get(); }
|
|
|
| PassRefPtr<IDBRequest> update(ScriptState*, ScriptValue&, ExceptionState&);
|
| - void advance(unsigned long, ExceptionState&);
|
| + void advance(unsigned, ExceptionState&);
|
| void continueFunction(ScriptExecutionContext*, const ScriptValue& key, ExceptionState&);
|
| PassRefPtr<IDBRequest> deleteFunction(ScriptExecutionContext*, ExceptionState&);
|
|
|
|
|