| Index: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| index b8ec23c48c9fedb31511f87ac7bce7d1e9dacf09..8f04e7a64f60956a4102ba984f4750110d360c39 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| @@ -61,7 +61,7 @@ public:
|
| // Called from the front-end.
|
| void enable(ErrorString*) override;
|
| void getDatabaseTableNames(ErrorString*, const String& databaseId, std::unique_ptr<protocol::Array<String>>* names) override;
|
| - void executeSQL(ErrorString*, const String& databaseId, const String& query, std::unique_ptr<ExecuteSQLCallback>) override;
|
| + void executeSQL(const String& databaseId, const String& query, std::unique_ptr<ExecuteSQLCallback>) override;
|
|
|
| void didOpenDatabase(blink::Database*, const String& domain, const String& name, const String& version);
|
| private:
|
|
|