Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2081)

Unified Diff: Source/modules/indexeddb/IDBCursor.h

Issue 21735005: Use "int" instead of "long" for bindings where the WebIDL uses "long". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/XPathResult.cpp ('k') | Source/modules/indexeddb/IDBCursor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « Source/core/xml/XPathResult.cpp ('k') | Source/modules/indexeddb/IDBCursor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698