| Index: third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp
|
| index 7cbb1a6e2dced1cadda0c9efdb3bde83a0c1b5b1..a83011729fd125153acf0df16624b1e51f408f68 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp
|
| @@ -63,7 +63,7 @@ static bool IsContextValid(ExecutionContext* context) {
|
| return true;
|
| }
|
|
|
| -IDBRequest* IDBFactory::GetDatabaseNames(ScriptState* script_state,
|
| +IDBRequest* IDBFactory::getDatabaseNames(ScriptState* script_state,
|
| ExceptionState& exception_state) {
|
| IDB_TRACE("IDBFactory::getDatabaseNamesRequestSetup");
|
| IDBRequest::AsyncTraceState metrics("IDBFactory::getDatabaseNames", this,
|
|
|