Index: src/compiler/js-call-reducer.cc |
diff --git a/src/compiler/js-call-reducer.cc b/src/compiler/js-call-reducer.cc |
index 2be5c161f58d59d6c80f9dfecfcdef3511f10380..963ab9417f17c67ec2389533893d6b35c0d116fe 100644 |
--- a/src/compiler/js-call-reducer.cc |
+++ b/src/compiler/js-call-reducer.cc |
@@ -439,7 +439,7 @@ Reduction JSCallReducer::ReduceCallApiFunction( |
// the receiver (which is implicitly counted by CallApiCallbackStub) from the |
// arguments count. |
int const argc = static_cast<int>(params.arity() - 2); |
- CallApiCallbackStub stub(isolate, argc, data->IsUndefined(isolate), false); |
+ CallApiCallbackStub stub(isolate, argc, false); |
CallInterfaceDescriptor cid = stub.GetCallInterfaceDescriptor(); |
CallDescriptor* call_descriptor = Linkage::GetStubCallDescriptor( |
isolate, zone, cid, |