| Index: third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| index 3c48ed3d68569401e1aa0fd021dcf60052678681..4b5c15c96b5408f4239db02a4290233aae36068b 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| @@ -783,7 +783,7 @@ void InspectorIndexedDBAgent::requestDatabaseNames(
|
| ScriptState::Scope scope(script_state);
|
| DummyExceptionStateForTesting exception_state;
|
| IDBRequest* idb_request =
|
| - idb_factory->GetDatabaseNames(script_state, exception_state);
|
| + idb_factory->getDatabaseNames(script_state, exception_state);
|
| if (exception_state.HadException()) {
|
| request_callback->sendFailure(
|
| Response::Error("Could not obtain database names."));
|
|
|