| 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 d220022b96c81de5636c50a9668f7b191f2b33c1..d863542e213ecba99f66ab647a106c45ec80ed08 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| @@ -28,8 +28,6 @@
|
| [
|
| Exposed=(Window,Worker),
|
| ] interface IDBFactory {
|
| - [CallWith=ScriptState, ImplementedAs=getDatabaseNames, RaisesException, DeprecateAs=V8IDBFactory_WebkitGetDatabaseNames_Method] IDBRequest webkitGetDatabaseNames();
|
| -
|
| [NewObject, CallWith=ScriptState, RaisesException] IDBOpenDBRequest open(DOMString name,
|
| [EnforceRange] optional unsigned long long version);
|
| [NewObject, CallWith=ScriptState, RaisesException] IDBOpenDBRequest deleteDatabase(DOMString name);
|
|
|