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 dfe58cc367045edfd4e5de24db7a1b8e3be6d0d2..ba8010f9833d4315aadb22541cbfbcffec4b0050 100644 |
--- a/src/ic/x64/handler-compiler-x64.cc |
+++ b/src/ic/x64/handler-compiler-x64.cc |
@@ -142,7 +142,7 @@ |
__ PushReturnAddressFrom(scratch); |
// Stack now matches JSFunction abi. |
- // Abi for CallApiCallbackStub. |
+ // Abi for CallApiFunctionStub. |
Register callee = rdi; |
Register data = rbx; |
Register holder = rcx; |
@@ -209,7 +209,7 @@ |
RelocInfo::EXTERNAL_REFERENCE); |
// Jump to stub. |
- CallApiCallbackStub stub(isolate, is_store, call_data_undefined, |
+ CallApiAccessorStub stub(isolate, is_store, call_data_undefined, |
!optimization.is_constant_call()); |
__ TailCallStub(&stub); |
} |