Chromium Code Reviews| Index: src/handles-inl.h |
| diff --git a/src/handles-inl.h b/src/handles-inl.h |
| index fd60a350d7b420116423981b0e381ebfaae43519..b763c86a7e741dec15d11d5e59e05637b1b0e55d 100644 |
| --- a/src/handles-inl.h |
| +++ b/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 |
| } |