| Index: third_party/WebCore/Modules/indexeddb/IDBFactory.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBFactory.idl b/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
|
| index 0389eb2aae7e129954d9acf03a59ffbcc7fbaacc..bf71a2dd25d1ff95e26435f4e41f0c41b97672c3 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
|
| @@ -30,7 +30,7 @@ module storage {
|
| ] IDBFactory {
|
| [CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames();
|
|
|
| - [CallWith=ScriptExecutionContext] IDBRequest open(in DOMString name)
|
| + [CallWith=ScriptExecutionContext] IDBOpenDBRequest open(in DOMString name, in [Optional] unsigned long long version)
|
| raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext] IDBVersionChangeRequest deleteDatabase(in DOMString name)
|
| raises (IDBDatabaseException);
|
|
|