Index: Source/modules/indexeddb/IDBCursor.h |
diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h |
index b44a442ed67f78148f3282d668b4d4df63902049..cdd2bdb10d663d3c8627f7a7b69b15d4c84c5ecb 100644 |
--- a/Source/modules/indexeddb/IDBCursor.h |
+++ b/Source/modules/indexeddb/IDBCursor.h |
@@ -64,7 +64,7 @@ public: |
ScriptValue source(ScriptState*) const; |
IDBRequest* update(ScriptState*, const ScriptValue&, ExceptionState&); |
- void advance(unsigned long, ExceptionState&); |
+ void advance(unsigned, ExceptionState&); |
void continueFunction(ScriptState*, const ScriptValue& key, ExceptionState&); |
void continuePrimaryKey(ScriptState*, const ScriptValue& key, const ScriptValue& primaryKey, ExceptionState&); |
IDBRequest* deleteFunction(ScriptState*, ExceptionState&); |