Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp

Issue 2395473002: reflow comments in modules/webdatabase (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698