| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 3f2ba35899a1819d9e0b7015f24a80446191dd2b..d624ea2f7c40d0b78279f348f83ae1bca84546b1 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -150,8 +150,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);
|
|
|