Index: Source/wtf/DefaultAllocator.h |
diff --git a/Source/wtf/DefaultAllocator.h b/Source/wtf/DefaultAllocator.h |
index ac35562fa134a31a692f3bd83430f42a87be118a..74c04b9d4989c9ea1c9bbd7e5ff9432b74142b1c 100644 |
--- a/Source/wtf/DefaultAllocator.h |
+++ b/Source/wtf/DefaultAllocator.h |
@@ -118,7 +118,7 @@ public: |
ASSERT_NOT_REACHED(); |
} |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
static bool weakTableRegistered(...) |
{ |
ASSERT_NOT_REACHED(); |