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

Unified Diff: third_party/WebKit/Source/wtf/WTF.cpp

Issue 2386843002: reflow comments in wtf (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/wtf/WTF.cpp
diff --git a/third_party/WebKit/Source/wtf/WTF.cpp b/third_party/WebKit/Source/wtf/WTF.cpp
index 63890578bb9090bdfc599cc8e5091b188bc70d41..5fb8a67f95cad7069ca53aa39a91f07a789fc395 100644
--- a/third_party/WebKit/Source/wtf/WTF.cpp
+++ b/third_party/WebKit/Source/wtf/WTF.cpp
@@ -60,8 +60,8 @@ bool isMainThread() {
}
void initialize(void (*callOnMainThreadFunction)(MainThreadFunction, void*)) {
- // WTF, and Blink in general, cannot handle being re-initialized, even if shutdown first.
- // Make that explicit here.
+ // WTF, and Blink in general, cannot handle being re-initialized, even if
+ // shutdown first. Make that explicit here.
RELEASE_ASSERT(!s_initialized);
RELEASE_ASSERT(!s_shutdown);
s_initialized = true;

Powered by Google App Engine
This is Rietveld 408576698