summaryrefslogtreecommitdiff
path: root/deps/v8/src/handles-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/handles-inl.h')
-rw-r--r--deps/v8/src/handles-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/handles-inl.h b/deps/v8/src/handles-inl.h
index fd60a350d..b763c86a7 100644
--- a/deps/v8/src/handles-inl.h
+++ b/deps/v8/src/handles-inl.h
@@ -107,7 +107,7 @@ void HandleScope::CloseScope() {
current->limit = prev_limit_;
DeleteExtensions(isolate_);
}
-#ifdef DEBUG
+#ifdef ENABLE_EXTRA_CHECKS
ZapRange(prev_next_, prev_limit_);
#endif
}