| Index: src/lithium-codegen.h
|
| diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h
|
| index 40d4d8e4f8e733224f9c36e7c04c8a1e300c1dd7..17bf78cac0cd3cc662cad53ed642670f4f88c27d 100644
|
| --- a/src/lithium-codegen.h
|
| +++ b/src/lithium-codegen.h
|
| @@ -35,7 +35,7 @@ class LCodeGenBase BASE_EMBEDDED {
|
| HGraph* graph() const;
|
|
|
| void FPRINTF_CHECKING Comment(const char* format, ...);
|
| - void DeoptComment(const Deoptimizer::Reason& reason);
|
| + void DeoptComment(const Deoptimizer::DeoptInfo& deopt_info);
|
|
|
| bool GenerateBody();
|
| virtual void GenerateBodyInstructionPre(LInstruction* instr) {}
|
|
|