Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index 31fef4a54d7e723ff22db31e06b476a1d6643b16..973545a83bc94b513ee0ab86c052034f59dcabcb 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -299,8 +299,8 @@ bool LCodeGen::GenerateJumpTable() { |
} |
__ call(entry, RelocInfo::RUNTIME_ENTRY); |
} |
- info()->LogDeoptCallPosition(masm()->pc_offset(), |
- table_entry->deopt_info.inlining_id); |
+ LogDeoptCallPosition(masm()->pc_offset(), |
+ table_entry->deopt_info.inlining_id); |
} |
if (needs_frame.is_linked()) { |
@@ -757,7 +757,7 @@ void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr, |
!info()->saves_caller_doubles()) { |
DeoptComment(deopt_info); |
__ call(entry, RelocInfo::RUNTIME_ENTRY); |
- info()->LogDeoptCallPosition(masm()->pc_offset(), deopt_info.inlining_id); |
+ LogDeoptCallPosition(masm()->pc_offset(), deopt_info.inlining_id); |
} else { |
Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type, |
!frame_is_built_); |