| Index: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| index d82219e967122561215b73f0dd788e5b1247509b..11d5dd6cc4c7fdb58a8809969b70e8139430191c 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| @@ -304,7 +304,7 @@ void InspectorDatabaseAgent::getDatabaseTableNames(ErrorString* error, const Str
|
| }
|
| }
|
|
|
| -void InspectorDatabaseAgent::executeSQL(ErrorString*, const String& databaseId, const String& query, std::unique_ptr<ExecuteSQLCallback> prpRequestCallback)
|
| +void InspectorDatabaseAgent::executeSQL(const String& databaseId, const String& query, std::unique_ptr<ExecuteSQLCallback> prpRequestCallback)
|
| {
|
| std::unique_ptr<ExecuteSQLCallback> requestCallback = std::move(prpRequestCallback);
|
|
|
|
|