| Index: Source/WebCore/Modules/indexeddb/IDBFactory.idl
|
| ===================================================================
|
| --- Source/WebCore/Modules/indexeddb/IDBFactory.idl (revision 131667)
|
| +++ Source/WebCore/Modules/indexeddb/IDBFactory.idl (working copy)
|
| @@ -29,8 +29,8 @@
|
| Conditional=INDEXED_DATABASE
|
| ] IDBFactory {
|
| [CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames();
|
| -
|
| - [CallWith=ScriptExecutionContext] IDBOpenDBRequest open(in DOMString name, in [Optional] unsigned long long version)
|
| + // 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)
|
| raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext] IDBVersionChangeRequest deleteDatabase(in DOMString name)
|
| raises (IDBDatabaseException);
|
|
|