| Index: src/crankshaft/x87/lithium-codegen-x87.h
|
| diff --git a/src/crankshaft/x87/lithium-codegen-x87.h b/src/crankshaft/x87/lithium-codegen-x87.h
|
| index 49845f2f3b076f980da18b48a4df0928858ec38e..cdf02f3f8ce28b65f5789e50a5859ad840f599e1 100644
|
| --- a/src/crankshaft/x87/lithium-codegen-x87.h
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.h
|
| @@ -232,10 +232,10 @@ class LCodeGen: public LCodeGenBase {
|
| void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
|
| Safepoint::DeoptMode mode);
|
| void DeoptimizeIf(Condition cc, LInstruction* instr,
|
| - Deoptimizer::DeoptReason deopt_reason,
|
| + DeoptimizeReason deopt_reason,
|
| Deoptimizer::BailoutType bailout_type);
|
| void DeoptimizeIf(Condition cc, LInstruction* instr,
|
| - Deoptimizer::DeoptReason deopt_reason);
|
| + DeoptimizeReason deopt_reason);
|
|
|
| bool DeoptEveryNTimes() {
|
| return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
|
|
|