| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index f5087a9a6e1d007b78724637e373f2607b4abb43..6fa304cdd9804fbfe94121cf4e9103485f58401a 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -232,11 +232,11 @@ class LCodeGen: public LCodeGenBase {
|
| Deoptimizer::BailoutType bailout_type,
|
| Register src1 = zero_reg,
|
| const Operand& src2 = Operand(zero_reg),
|
| - const char* reason = NULL);
|
| + const char* detail = NULL);
|
| void DeoptimizeIf(Condition condition, LInstruction* instr,
|
| Register src1 = zero_reg,
|
| const Operand& src2 = Operand(zero_reg),
|
| - const char* reason = NULL);
|
| + const char* detail = NULL);
|
|
|
| void AddToTranslation(LEnvironment* environment,
|
| Translation* translation,
|
|
|