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

Unified Diff: Source/wtf/WTF.cpp

Issue 397733004: Allow assertions to be enabled in Blink Release builds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 5 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 | « Source/wtf/ThreadRestrictionVerifier.h ('k') | Source/wtf/WeakPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/WTF.cpp
diff --git a/Source/wtf/WTF.cpp b/Source/wtf/WTF.cpp
index 219d92155fa193711c396b9613a2f7c2db936d19..d199fbe5fa7a4255611224d20faa5206f8284af3 100644
--- a/Source/wtf/WTF.cpp
+++ b/Source/wtf/WTF.cpp
@@ -34,10 +34,6 @@
#include "wtf/DefaultAllocator.h"
#include "wtf/FastMalloc.h"
-#ifndef NDEBUG
-#include "wtf/MainThread.h"
-#endif
-
namespace WTF {
extern void initializeThreading();
« no previous file with comments | « Source/wtf/ThreadRestrictionVerifier.h ('k') | Source/wtf/WeakPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698