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