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

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

Issue 2386843002: reflow comments in wtf (Closed)
Patch Set: comments (heh!) 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
« no previous file with comments | « third_party/WebKit/Source/wtf/WTF.h ('k') | third_party/WebKit/Source/wtf/build_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/wtf/WTF.h ('k') | third_party/WebKit/Source/wtf/build_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698