| Index: src/arm64/lithium-codegen-arm64.h | 
| diff --git a/src/arm64/lithium-codegen-arm64.h b/src/arm64/lithium-codegen-arm64.h | 
| index e16d44a3b7707751258ba942fd65a44733b003b0..e6d57b5f8475bad163deb4b568b054aaf3ab14bc 100644 | 
| --- a/src/arm64/lithium-codegen-arm64.h | 
| +++ b/src/arm64/lithium-codegen-arm64.h | 
| @@ -273,7 +273,7 @@ class LCodeGen: public LCodeGenBase { | 
| void RestoreCallerDoubles(); | 
|  | 
| // Code generation steps.  Returns true if code generation should continue. | 
| -  void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE; | 
| +  void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE; | 
| bool GeneratePrologue(); | 
| bool GenerateDeferredCode(); | 
| bool GenerateDeoptJumpTable(); | 
| @@ -325,7 +325,7 @@ class LCodeGen: public LCodeGenBase { | 
| Register function_reg = NoReg); | 
|  | 
| // Support for recording safepoint and position information. | 
| -  void RecordAndWritePosition(int position) V8_OVERRIDE; | 
| +  void RecordAndWritePosition(int position) OVERRIDE; | 
| void RecordSafepoint(LPointerMap* pointers, | 
| Safepoint::Kind kind, | 
| int arguments, | 
| @@ -338,7 +338,7 @@ class LCodeGen: public LCodeGenBase { | 
| void RecordSafepointWithLazyDeopt(LInstruction* instr, | 
| SafepointMode safepoint_mode); | 
|  | 
| -  void EnsureSpaceForLazyDeopt(int space_needed) V8_OVERRIDE; | 
| +  void EnsureSpaceForLazyDeopt(int space_needed) OVERRIDE; | 
|  | 
| ZoneList<LEnvironment*> deoptimizations_; | 
| ZoneList<Deoptimizer::JumpTableEntry*> deopt_jump_table_; | 
|  |