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

Unified Diff: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h

Issue 2619493003: Replace ASSERTs in platform/heap/ with DCHECKs
Patch Set: temp Created 3 years, 11 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: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
diff --git a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
index 1eb9eb6a373633da2ad9a75eddb358a10ff70d4c..3f5c8cc33a5c3f59e488626e18b5c570675fc512 100644
--- a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
+++ b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
@@ -33,7 +33,7 @@ class InlinedGlobalMarkingVisitor final
using Impl::registerDelayedMarkNoTracing;
using Impl::registerWeakTable;
using Impl::registerWeakMembers;
-#if ENABLE(ASSERT)
+#if DCHECK_IS_ON()
using Impl::weakTableRegistered;
#endif

Powered by Google App Engine
This is Rietveld 408576698