Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index e3c567db12f07727f837c1f980487225c39065d7..ca195ba5d76971aef75fb066e530026b3a2bc92b 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -245,6 +245,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, |
bool is_tagged, |