Index: src/compiler/js-native-context-specialization.cc |
diff --git a/src/compiler/js-native-context-specialization.cc b/src/compiler/js-native-context-specialization.cc |
index 661b025d0acc3d822e3ac1a07d6956c9a6c594ea..4ff5632372d80021b0c70f76650acfb1b38c1147 100644 |
--- a/src/compiler/js-native-context-specialization.cc |
+++ b/src/compiler/js-native-context-specialization.cc |
@@ -2215,7 +2215,7 @@ JSNativeContextSpecialization::InlineApiCall( |
int const argc = value == nullptr ? 0 : 1; |
// The stub always expects the receiver as the first param on the stack. |
CallApiCallbackStub stub( |
- isolate(), argc, call_data_object->IsUndefined(isolate()), |
+ isolate(), argc, |
true /* FunctionTemplateInfo doesn't have an associated context. */); |
CallInterfaceDescriptor call_interface_descriptor = |
stub.GetCallInterfaceDescriptor(); |