| 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 7edd195960ec26c7c369e7a8614ff5967f58902f..017cf1c8d5ad8acb6827968a0f7bc55d66083fe1 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| @@ -265,7 +265,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<blink::Database*>(&InspectorDatabaseAgent::registerDatabaseOnCreation, this));
|
| + DatabaseTracker::tracker().forEachOpenDatabaseInPage(m_page, bind<blink::Database*>(&InspectorDatabaseAgent::registerDatabaseOnCreation, retainedRef(this)));
|
| }
|
|
|
| void InspectorDatabaseAgent::disable(ErrorString*)
|
|
|