| Index: src/hydrogen-environment-liveness.h
|
| diff --git a/src/hydrogen-environment-liveness.h b/src/hydrogen-environment-liveness.h
|
| index e595927f9d40844d5e45cdee1fdecb398b296b45..ecabbbe0ac034a0499654adfcfee602dc2ec601f 100644
|
| --- a/src/hydrogen-environment-liveness.h
|
| +++ b/src/hydrogen-environment-liveness.h
|
| @@ -32,7 +32,7 @@ class HEnvironmentLivenessAnalysisPhase : public HPhase {
|
| void ZapEnvironmentSlotsForInstruction(HEnvironmentMarker* marker);
|
| void UpdateLivenessAtBlockEnd(HBasicBlock* block, BitVector* live);
|
| void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live);
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| bool VerifyClosures(Handle<JSFunction> a, Handle<JSFunction> b);
|
| #endif
|
|
|
|
|