| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index aeba5eaaa7aa17e7b4661328d9636706247a2fa0..5436c151bf09b9ae4680a01ca755c98af6341c97 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -285,6 +285,7 @@ class LCodeGen BASE_EMBEDDED {
|
| LEnvironment* environment,
|
| Deoptimizer::BailoutType bailout_type);
|
| void DeoptimizeIf(Condition cc, LEnvironment* environment);
|
| + void ApplyCheckIf(Condition cc, LBoundsCheck* check);
|
| void SoftDeoptimize(LEnvironment* environment);
|
|
|
| void AddToTranslation(Translation* translation,
|
|
|