Chromium Code Reviews| Index: src/x64/lithium-codegen-x64.cc |
| =================================================================== |
| --- src/x64/lithium-codegen-x64.cc (revision 6795) |
| +++ src/x64/lithium-codegen-x64.cc (working copy) |
| @@ -53,7 +53,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); |
| } |