| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index d7718937428eff65ed227cf39377bc4d1bcbe9df..d5a192ebba5c686d12638eab6bc02590f418cbd7 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -241,8 +241,7 @@ class LCodeGen: public LCodeGenBase {
|
| LOperand* key,
|
| Representation key_representation,
|
| ElementsKind elements_kind,
|
| - uint32_t offset,
|
| - uint32_t additional_index = 0);
|
| + uint32_t base_offset);
|
|
|
| Operand BuildSeqStringOperand(Register string,
|
| LOperand* index,
|
|
|