| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 638f80c35493e39cf517b263f4be1bbb4aff265b..296b8453aaac3ad7ccc78132a8ff782e4fd1b3ee 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -299,8 +299,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,
|
|
|