Chromium Code Reviews| Index: src/ppc/codegen-ppc.cc |
| diff --git a/src/ppc/codegen-ppc.cc b/src/ppc/codegen-ppc.cc |
| index 1074e872bf00713c401c57ed6355a44cd71e59be..f6ae591591c0014e5bc4fc61e3d32bf51c28a1e7 100644 |
| --- a/src/ppc/codegen-ppc.cc |
| +++ b/src/ppc/codegen-ppc.cc |
| @@ -643,7 +643,7 @@ CodeAgingHelper::CodeAgingHelper() { |
| } |
| -#ifdef DEBUG |
| +#if DCHECK_IS_ON |
| bool CodeAgingHelper::IsOld(byte* candidate) const { |
| return Assembler::IsNop(Assembler::instr_at(candidate)); |
| } |