| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp
|
| index e80be7098e9f9b6d2b61eca06396fbb1defd7ddc..19719bb4ff904291123dddb35362a554894a69be 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp
|
| @@ -66,7 +66,8 @@ void DatabaseClient::didOpenDatabase(blink::Database* database,
|
| }
|
|
|
| void DatabaseClient::setInspectorAgent(InspectorDatabaseAgent* agent) {
|
| - // TODO(dgozman): we should not set agent twice, but it's happening in OOPIF case.
|
| + // TODO(dgozman): we should not set agent twice, but it's happening in OOPIF
|
| + // case.
|
| m_inspectorAgent = agent;
|
| }
|
|
|
|
|