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 ac3dd9a36748190297e4fe3dcca7d86ddc58d38b..5a00d53a7f116867d83d0bab69dee1ceb27b6aa2 100644 |
--- a/src/ic/x64/handler-compiler-x64.cc |
+++ b/src/ic/x64/handler-compiler-x64.cc |
@@ -209,7 +209,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall( |
RelocInfo::EXTERNAL_REFERENCE); |
// 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); |
} |