| 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();
|
|
|