| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 53d26460b3233d5da8193878a4ccff02cc4b2014..72f471c67b593441858c5d8a779e979ced36ae7d 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -250,8 +250,7 @@ class LCodeGen: public LCodeGenBase {
|
| LOperand* elements_pointer,
|
| LOperand* key,
|
| ElementsKind elements_kind,
|
| - uint32_t offset,
|
| - uint32_t additional_index = 0);
|
| + uint32_t offset);
|
|
|
| Operand BuildSeqStringOperand(Register string,
|
| LOperand* index,
|
|
|