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

Unified Diff: Source/platform/Timer.h

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/platform/TaskSynchronizer.cpp ('k') | Source/platform/Timer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Timer.h
diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h
index 25b99322e92880413f7dbce9110affa36fd76b21..9bc1863667f68ce75624f5a27452a6a77dd09932 100644
--- a/Source/platform/Timer.h
+++ b/Source/platform/Timer.h
@@ -106,7 +106,7 @@ private:
Vector<TimerBase*>* m_cachedThreadGlobalTimerHeap;
TraceLocation m_location;
-#ifndef NDEBUG
+#if ENABLE(ASSERT)
ThreadIdentifier m_thread;
#endif
« no previous file with comments | « Source/platform/TaskSynchronizer.cpp ('k') | Source/platform/Timer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698