| Index: src/ic/arm64/handler-compiler-arm64.cc
|
| diff --git a/src/ic/arm64/handler-compiler-arm64.cc b/src/ic/arm64/handler-compiler-arm64.cc
|
| index bdee79a67c03af1e0aedc0be1e45328b35a4a869..e96c9760b7c9987a51c1bb8c68d4b80525dbd3d4 100644
|
| --- a/src/ic/arm64/handler-compiler-arm64.cc
|
| +++ b/src/ic/arm64/handler-compiler-arm64.cc
|
| @@ -160,7 +160,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall(
|
|
|
| DCHECK(optimization.is_simple_api_call());
|
|
|
| - // Abi for CallApiFunctionStub.
|
| + // Abi for CallApiCallbackStub.
|
| Register callee = x0;
|
| Register data = x4;
|
| Register holder = x2;
|
| @@ -229,7 +229,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall(
|
| __ Mov(api_function_address, ref);
|
|
|
| // Jump to stub.
|
| - CallApiAccessorStub stub(isolate, is_store, call_data_undefined,
|
| + CallApiCallbackStub stub(isolate, is_store, call_data_undefined,
|
| !optimization.is_constant_call());
|
| __ TailCallStub(&stub);
|
| }
|
|
|