| Index: src/crankshaft/lithium-codegen.h
|
| diff --git a/src/crankshaft/lithium-codegen.h b/src/crankshaft/lithium-codegen.h
|
| index 8b6ed9a7f0cd6211da5431b891e78a3e98c3924f..c666e1b0afaa0453dabce0c985ffbccc58183139 100644
|
| --- a/src/crankshaft/lithium-codegen.h
|
| +++ b/src/crankshaft/lithium-codegen.h
|
| @@ -41,8 +41,9 @@ 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, int deopt_id);
|
| + static Deoptimizer::DeoptInfo MakeDeoptInfo(LInstruction* instr,
|
| + DeoptimizeReason deopt_reason,
|
| + int deopt_id);
|
|
|
| bool GenerateBody();
|
| virtual void GenerateBodyInstructionPre(LInstruction* instr) {}
|
|
|