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

Unified Diff: Modules/indexeddb/IDBFactory.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
Index: Modules/indexeddb/IDBFactory.idl
diff --git a/Modules/indexeddb/IDBFactory.idl b/Modules/indexeddb/IDBFactory.idl
index a51605b2b4e31297bb55da3b517d5dd12c3d22ac..ef51bbf8387ca8bd0e6aebc51063b8d5e68d4f6e 100644
--- a/Modules/indexeddb/IDBFactory.idl
+++ b/Modules/indexeddb/IDBFactory.idl
@@ -31,8 +31,7 @@
[CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames()
raises (DOMException);
- // FIXME: Make this [EnforceRange] unsigned long long once webkit.org/b/96798 lands.
- [CallWith=ScriptExecutionContext] IDBOpenDBRequest open(in DOMString name, in [Optional] long long version)
+ [CallWith=ScriptExecutionContext] IDBOpenDBRequest open(in DOMString name, in [EnforceRange, Optional] unsigned long long version)
raises (DOMException);
[CallWith=ScriptExecutionContext] IDBOpenDBRequest deleteDatabase(in DOMString name)
raises (DOMException);

Powered by Google App Engine
This is Rietveld 408576698