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

Unified Diff: Source/wtf/MainThread.cpp

Issue 874203002: Add a thread-safety assertion in DEFINE_STATIC_LOCAL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added noncopyable Created 5 years, 10 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: Source/wtf/MainThread.cpp
diff --git a/Source/wtf/MainThread.cpp b/Source/wtf/MainThread.cpp
index 17b823e9eb24fd1ceb756dfccedaec791f1b501f..10bdc1e31fbac9398e39a1b1a82f51f338284c1e 100644
--- a/Source/wtf/MainThread.cpp
+++ b/Source/wtf/MainThread.cpp
@@ -77,4 +77,3 @@ bool isMainThread()
}
} // namespace WTF
-

Powered by Google App Engine
This is Rietveld 408576698