| Index: src/arm64/lithium-arm64.h | 
| diff --git a/src/arm64/lithium-arm64.h b/src/arm64/lithium-arm64.h | 
| index 7bd2c5ad62df5d01ae65bc375f7f30d4da3ebd8e..94658286a0bc7b00140d7e64a4efaa188ba22e61 100644 | 
| --- a/src/arm64/lithium-arm64.h | 
| +++ b/src/arm64/lithium-arm64.h | 
| @@ -3137,6 +3137,7 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase { | 
| LInstruction* AssignEnvironment(LInstruction* instr); | 
|  | 
| void VisitInstruction(HInstruction* current); | 
| +  void CheckAndAddInstruction(LInstruction* instr, HInstruction* current); | 
| void DoBasicBlock(HBasicBlock* block); | 
|  | 
| int JSShiftAmountFromHConstant(HValue* constant) { | 
|  |