Index: Source/modules/indexeddb/IDBCursor.cpp |
diff --git a/Source/modules/indexeddb/IDBCursor.cpp b/Source/modules/indexeddb/IDBCursor.cpp |
index 0e2b1dc44133ea299a4e128a604480a589d43ac0..417c70f07719a38d7a464341f35e7946cb1f224b 100644 |
--- a/Source/modules/indexeddb/IDBCursor.cpp |
+++ b/Source/modules/indexeddb/IDBCursor.cpp |
@@ -136,7 +136,7 @@ PassRefPtr<IDBRequest> IDBCursor::update(ScriptState* state, ScriptValue& value, |
return objectStore->put(IDBDatabaseBackendInterface::CursorUpdate, IDBAny::create(this), state, value, m_currentPrimaryKey, es); |
} |
-void IDBCursor::advance(unsigned long count, ExceptionState& es) |
+void IDBCursor::advance(unsigned count, ExceptionState& es) |
{ |
IDB_TRACE("IDBCursor::advance"); |
if (!m_gotValue) { |