Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.cc |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.cc (revision 6795) |
| +++ src/arm/lithium-codegen-arm.cc (working copy) |
| @@ -223,7 +223,7 @@ |
| void LCodeGen::FinishCode(Handle<Code> code) { |
| ASSERT(is_done()); |
| code->set_stack_slots(StackSlotCount()); |
| - code->set_safepoint_table_start(safepoints_.GetCodeOffset()); |
| + code->set_safepoint_table_offset(safepoints_.GetCodeOffset()); |
| PopulateDeoptimizationData(code); |
| } |