Index: src/handles-inl.h |
diff --git a/src/handles-inl.h b/src/handles-inl.h |
index 185280887ad14b5c52cd2712b7c9c2e39f03f45d..ec69c3fdbe61dc7283a8d075942faa2eaa1394bb 100644 |
--- a/src/handles-inl.h |
+++ b/src/handles-inl.h |
@@ -135,7 +135,7 @@ void HandleScope::CloseScope(Isolate* isolate, |
if (current->limit != prev_limit) { |
current->limit = prev_limit; |
DeleteExtensions(isolate); |
-#ifdef ENABLE_EXTRA_CHECKS |
+#ifdef ENABLE_HANDLE_ZAPPING |
ZapRange(current->next, prev_limit); |
} else { |
ZapRange(current->next, prev_next); |