| Index: Source/modules/indexeddb/IDBCursor.cpp
|
| diff --git a/Source/modules/indexeddb/IDBCursor.cpp b/Source/modules/indexeddb/IDBCursor.cpp
|
| index 9414b922bdfe8fe30ce030a14d1ba88a87e54d9b..61250c8c637e95971ff0bb3683eef2a227f8fea0 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.cpp
|
| +++ b/Source/modules/indexeddb/IDBCursor.cpp
|
| @@ -122,7 +122,7 @@ IDBRequest* IDBCursor::update(ScriptState* scriptState, const ScriptValue& value
|
| return objectStore->put(scriptState, WebIDBPutModeCursorUpdate, IDBAny::create(this), value, m_primaryKey, exceptionState);
|
| }
|
|
|
| -void IDBCursor::advance(unsigned long count, ExceptionState& exceptionState)
|
| +void IDBCursor::advance(unsigned count, ExceptionState& exceptionState)
|
| {
|
| IDB_TRACE("IDBCursor::advance");
|
| if (!count) {
|
|
|