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 5c88bc1ab08d84cd4196ee0eec5ac7617ca63346..ec8d5dbc04999a4214d1546722ffcc5985e2357b 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 |