Index: src/crankshaft/lithium-codegen.h |
diff --git a/src/crankshaft/lithium-codegen.h b/src/crankshaft/lithium-codegen.h |
index 79a50ccbb1a038b2aeab1e4301e93ff24f92c7a9..70b889719c91d74a493eb85fadd2565b88c2bcc6 100644 |
--- a/src/crankshaft/lithium-codegen.h |
+++ b/src/crankshaft/lithium-codegen.h |
@@ -38,7 +38,7 @@ class LCodeGenBase BASE_EMBEDDED { |
void PRINTF_FORMAT(2, 3) Comment(const char* format, ...); |
void DeoptComment(const Deoptimizer::DeoptInfo& deopt_info); |
static Deoptimizer::DeoptInfo MakeDeoptInfo( |
- LInstruction* instr, Deoptimizer::DeoptReason deopt_reason); |
+ LInstruction* instr, Deoptimizer::DeoptReason deopt_reason, int deopt_id); |
bool GenerateBody(); |
virtual void GenerateBodyInstructionPre(LInstruction* instr) {} |