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

Unified Diff: Source/core/inspector/InspectorCounters.h

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/inspector/InspectorCounters.h
diff --git a/Source/core/inspector/InspectorCounters.h b/Source/core/inspector/InspectorCounters.h
index 4b848dbd0b7d30f6aa460710f1d88a0a5b98dadf..e072af4c49f66581c8156b50d881535503e05867 100644
--- a/Source/core/inspector/InspectorCounters.h
+++ b/Source/core/inspector/InspectorCounters.h
@@ -33,7 +33,7 @@
#include "wtf/FastAllocBase.h"
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
#include "wtf/MainThread.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698