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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h

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/DatabaseThread.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
index bb7299d94294be00a3c1c293269e51d91474febc..e8f36f1e74e6da4ffd7c5b5dc63714d1fa02ef8f 100644
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
@@ -77,9 +77,9 @@ class DatabaseThread : public GarbageCollectedFinalized<DatabaseThread> {
std::unique_ptr<WebThreadSupportingGC> m_thread;
- // This set keeps track of the open databases that have been used on this thread.
- // This must be updated in the database thread though it is constructed and
- // destructed in the context thread.
+ // This set keeps track of the open databases that have been used on this
+ // thread. This must be updated in the database thread though it is
+ // constructed and destructed in the context thread.
HashSet<CrossThreadPersistent<Database>> m_openDatabaseSet;
std::unique_ptr<SQLTransactionClient> m_transactionClient;

Powered by Google App Engine
This is Rietveld 408576698