| Index: src/arm/lithium-codegen-arm.h
 | 
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
 | 
| index 8a4ea27dd5a008a7a98603ca860a33c2f9710064..1110ea6a49651a8d1ef1d5ef08d21e6f87fd9e16 100644
 | 
| --- a/src/arm/lithium-codegen-arm.h
 | 
| +++ b/src/arm/lithium-codegen-arm.h
 | 
| @@ -158,8 +158,8 @@ class LCodeGen BASE_EMBEDDED {
 | 
|                         Register temporary,
 | 
|                         Register temporary2);
 | 
|  
 | 
| -  int StackSlotCount() const { return chunk()->spill_slot_count(); }
 | 
| -  int ParameterCount() const { return scope()->num_parameters(); }
 | 
| +  int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
 | 
| +  int GetParameterCount() const { return scope()->num_parameters(); }
 | 
|  
 | 
|    void Abort(const char* format, ...);
 | 
|    void Comment(const char* format, ...);
 | 
| 
 |