Index: src/crankshaft/arm/lithium-codegen-arm.cc |
diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc |
index ad6c84030d12759bbdcb2ff130045c228718e1ba..0967cf276afcfec57f29acc59f2186f48d965294 100644 |
--- a/src/crankshaft/arm/lithium-codegen-arm.cc |
+++ b/src/crankshaft/arm/lithium-codegen-arm.cc |
@@ -821,7 +821,7 @@ void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, |
__ stop("trap_on_deopt", condition); |
} |
- Deoptimizer::DeoptInfo deopt_info = MakeDeoptInfo(instr, deopt_reason); |
+ Deoptimizer::DeoptInfo deopt_info = MakeDeoptInfo(instr, deopt_reason, id); |
DCHECK(info()->IsStub() || frame_is_built_); |
// Go through jump table if we need to handle condition, build frame, or |