| Index: src/hydrogen-environment-liveness.cc
|
| diff --git a/src/hydrogen-environment-liveness.cc b/src/hydrogen-environment-liveness.cc
|
| index 8e9018fb4e2633f8e5e5d3f6c6f1919a63b324a6..ac1188bf47c114b07223cda75ef115dba321f39a 100644
|
| --- a/src/hydrogen-environment-liveness.cc
|
| +++ b/src/hydrogen-environment-liveness.cc
|
| @@ -219,7 +219,7 @@ void HEnvironmentLivenessAnalysisPhase::Run() {
|
| }
|
|
|
|
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| bool HEnvironmentLivenessAnalysisPhase::VerifyClosures(
|
| Handle<JSFunction> a, Handle<JSFunction> b) {
|
| Heap::RelocationLock for_heap_access(isolate()->heap());
|
|
|