| 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 c44996ba0f9acc8faebbcc5d02d468796a6d8613..0389eb2aae7e129954d9acf03a59ffbcc7fbaacc 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
|
| @@ -28,7 +28,7 @@ module storage {
|
| interface [
|
| Conditional=INDEXED_DATABASE
|
| ] IDBFactory {
|
| - [CallWith=ScriptExecutionContext] IDBRequest getDatabaseNames();
|
| + [CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames();
|
|
|
| [CallWith=ScriptExecutionContext] IDBRequest open(in DOMString name)
|
| raises (IDBDatabaseException);
|
|
|