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

Unified Diff: Modules/indexeddb/IDBCursor.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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 | « no previous file | Modules/indexeddb/IDBFactory.idl » ('j') | Modules/indexeddb/IDBRequest.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/indexeddb/IDBCursor.idl
diff --git a/Modules/indexeddb/IDBCursor.idl b/Modules/indexeddb/IDBCursor.idl
index 4570c1ecc87d08b901003a3dc8f27861f1188ea1..4b6265b428f26e91fc07bb8b5c2215d7dc42348b 100644
--- a/Modules/indexeddb/IDBCursor.idl
+++ b/Modules/indexeddb/IDBCursor.idl
@@ -35,8 +35,7 @@
[CallWith=ScriptState] IDBRequest update(in any value)
raises (DOMException);
- // FIXME: Make this [EnforceRange] unsigned long once webkit.org/b/96798 lands.
- void advance(in long long count)
+ void advance(in [EnforceRange] unsigned long count)
Anton Muhin 2013/03/22 12:04:27 do we need support for this in C++ bindings?
Mads Ager (google) 2013/03/22 13:21:08 Most likely. I'm on my way out on vacation and wil
raises (DOMException);
[CallWith=ScriptExecutionContext, ImplementedAs=continueFunction] void continue(in [Optional] any key)
raises (DOMException);
« no previous file with comments | « no previous file | Modules/indexeddb/IDBFactory.idl » ('j') | Modules/indexeddb/IDBRequest.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698