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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseContext.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/DatabaseContext.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
index 0c53a0303557e56404cdd142f7c8efa1fc9d8cf0..6a9d060f7225c78639dee07586b18109b35c0bf5 100644
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
@@ -71,8 +71,8 @@ class DatabaseContext final : public GarbageCollectedFinalized<DatabaseContext>,
explicit DatabaseContext(ExecutionContext*);
Member<DatabaseThread> m_databaseThread;
- bool
- m_hasOpenDatabases; // This never changes back to false, even after the database thread is closed.
+ bool m_hasOpenDatabases; // This never changes back to false, even after the
+ // database thread is closed.
bool m_hasRequestedTermination;
};

Powered by Google App Engine
This is Rietveld 408576698