| Index: src/ic/x64/handler-compiler-x64.cc
|
| diff --git a/src/ic/x64/handler-compiler-x64.cc b/src/ic/x64/handler-compiler-x64.cc
|
| index 5d2935931668465f3c95630db77f032a4ca5c725..feea10360f51ec0b54239ccbff2a9504684562cb 100644
|
| --- a/src/ic/x64/handler-compiler-x64.cc
|
| +++ b/src/ic/x64/handler-compiler-x64.cc
|
| @@ -93,8 +93,6 @@
|
| DCHECK(optimization.is_simple_api_call());
|
|
|
| __ PopReturnAddressTo(scratch);
|
| - // accessor_holder
|
| - __ Push(accessor_holder);
|
| // receiver
|
| __ Push(receiver);
|
| // Write the arguments to stack frame.
|
|
|