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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLTransactionCoordinator.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/SQLTransactionCoordinator.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionCoordinator.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
index 647473739cc1d547e1493556900573894fd76097..03c79d5f7b997ad505a9183be59ac1b05dde9c07 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
@@ -119,7 +119,8 @@ void SQLTransactionCoordinator::shutdown() {
// while we're shutting down.
m_isShuttingDown = true;
- // Notify all transactions in progress that the database thread is shutting down
+ // Notify all transactions in progress that the database thread is shutting
+ // down.
for (CoordinationInfoHeapMap::iterator coordinationInfoIterator =
m_coordinationInfoMap.begin();
coordinationInfoIterator != m_coordinationInfoMap.end();

Powered by Google App Engine
This is Rietveld 408576698