| Index: src/arm/lithium-codegen-arm.h
 | 
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
 | 
| index 5f720a904b04123f8c68d3b559442f47e42fff7b..c1041326b4b3b0aa73feecabd0fb91ff0aa0f63d 100644
 | 
| --- a/src/arm/lithium-codegen-arm.h
 | 
| +++ b/src/arm/lithium-codegen-arm.h
 | 
| @@ -201,7 +201,7 @@ class LCodeGen BASE_EMBEDDED {
 | 
|    Register scratch0() { return r9; }
 | 
|    DwVfpRegister double_scratch0() { return kScratchDoubleReg; }
 | 
|  
 | 
| -  int GetNextEmittedBlock(int block);
 | 
| +  int GetNextEmittedBlock();
 | 
|    LInstruction* GetNextInstruction();
 | 
|  
 | 
|    void EmitClassOfTest(Label* if_true,
 | 
| 
 |