Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 0f619d572e3e7f7b6ddee2929f4d3951cdeba339..05b0c5ed036be720324c43e1229832d9271838ce 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -177,7 +177,7 @@ class HandleScope { |
// Extend the handle scope making room for more handles. |
static internal::Object** Extend(Isolate* isolate); |
-#ifdef ENABLE_EXTRA_CHECKS |
+#ifdef ENABLE_HANDLE_ZAPPING |
// Zaps the handles in the half-open interval [start, end). |
static void ZapRange(Object** start, Object** end); |
#endif |