| 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 6a43dfc484cbf925c1062de025973726ce757141..d82219e967122561215b73f0dd788e5b1247509b 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| @@ -264,7 +264,7 @@ void InspectorDatabaseAgent::enable(ErrorString*)
|
| m_state->setBoolean(DatabaseAgentState::databaseAgentEnabled, m_enabled);
|
| if (DatabaseClient* client = DatabaseClient::fromPage(m_page))
|
| client->setInspectorAgent(this);
|
| - DatabaseTracker::tracker().forEachOpenDatabaseInPage(m_page, bind(&InspectorDatabaseAgent::registerDatabaseOnCreation, wrapPersistent(this)));
|
| + DatabaseTracker::tracker().forEachOpenDatabaseInPage(m_page, WTF::bind(&InspectorDatabaseAgent::registerDatabaseOnCreation, wrapPersistent(this)));
|
| }
|
|
|
| void InspectorDatabaseAgent::disable(ErrorString*)
|
|
|