Index: third_party/WebKit/Source/platform/heap/HeapAllocator.h |
diff --git a/third_party/WebKit/Source/platform/heap/HeapAllocator.h b/third_party/WebKit/Source/platform/heap/HeapAllocator.h |
index 649135bacc6c6e042a8983e22a0beed97afbb71b..ec391a18a4d308435f9fd96553bd01d8bbdaf2db 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapAllocator.h |
+++ b/third_party/WebKit/Source/platform/heap/HeapAllocator.h |
@@ -180,7 +180,7 @@ class PLATFORM_EXPORT HeapAllocator { |
iterationDoneCallback); |
} |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
template <typename VisitorDispatcher> |
static bool weakTableRegistered(VisitorDispatcher visitor, |
const void* closure) { |