| Index: third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| index 7ba7cfc3a8a223e2061b1f83a78cd50e951d7203..d220022b96c81de5636c50a9668f7b191f2b33c1 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| @@ -30,8 +30,9 @@
|
| ] interface IDBFactory {
|
| [CallWith=ScriptState, ImplementedAs=getDatabaseNames, RaisesException, DeprecateAs=V8IDBFactory_WebkitGetDatabaseNames_Method] IDBRequest webkitGetDatabaseNames();
|
|
|
| - [CallWith=ScriptState, RaisesException] IDBOpenDBRequest open(DOMString name, [EnforceRange] optional unsigned long long version);
|
| - [CallWith=ScriptState, RaisesException] IDBOpenDBRequest deleteDatabase(DOMString name);
|
| + [NewObject, CallWith=ScriptState, RaisesException] IDBOpenDBRequest open(DOMString name,
|
| + [EnforceRange] optional unsigned long long version);
|
| + [NewObject, CallWith=ScriptState, RaisesException] IDBOpenDBRequest deleteDatabase(DOMString name);
|
|
|
| [CallWith=ScriptState, RaisesException] short cmp(any first, any second);
|
| };
|
|
|