| Index: src/x64/codegen-x64.h
|
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
|
| index 7d1f59ad5ff56baf7b7567f5a500a273149dde19..811ac507d53138a2a8377b2448fe69f86f2b7a61 100644
|
| --- a/src/x64/codegen-x64.h
|
| +++ b/src/x64/codegen-x64.h
|
| @@ -156,7 +156,7 @@ class StackArgumentsAccessor BASE_EMBEDDED {
|
| Operand GetArgumentOperand(int index);
|
| Operand GetReceiverOperand() {
|
| ASSERT(receiver_mode_ == ARGUMENTS_CONTAIN_RECEIVER);
|
| - return GetArgumentOperand(0);;
|
| + return GetArgumentOperand(0);
|
| }
|
|
|
| private:
|
|
|