Index: Source/WebCore/Modules/indexeddb/IDBCursor.h |
=================================================================== |
--- Source/WebCore/Modules/indexeddb/IDBCursor.h (revision 131667) |
+++ Source/WebCore/Modules/indexeddb/IDBCursor.h (working copy) |
@@ -75,7 +75,7 @@ |
IDBAny* source() const; |
PassRefPtr<IDBRequest> update(ScriptExecutionContext*, ScriptValue&, ExceptionCode&); |
- void advance(unsigned long, ExceptionCode&); |
+ void advance(long, ExceptionCode&); |
void continueFunction(PassRefPtr<IDBKey>, ExceptionCode&); |
PassRefPtr<IDBRequest> deleteFunction(ScriptExecutionContext*, ExceptionCode&); |