| Index: src/arm/lithium-codegen-arm.h
 | 
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
 | 
| index 3e05c328cbf5b263666fa8956fec7369bc22f9c1..d541b8ec409660a468163634be46352a80519928 100644
 | 
| --- a/src/arm/lithium-codegen-arm.h
 | 
| +++ b/src/arm/lithium-codegen-arm.h
 | 
| @@ -133,8 +133,7 @@ class LCodeGen: public LCodeGenBase {
 | 
|                                   int constant_key,
 | 
|                                   int element_size,
 | 
|                                   int shift_size,
 | 
| -                                 int additional_index,
 | 
| -                                 int additional_offset);
 | 
| +                                 int base_offset);
 | 
|  
 | 
|    // Emit frame translation commands for an environment.
 | 
|    void WriteTranslation(LEnvironment* environment, Translation* translation);
 | 
| 
 |