Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 331aac8f5fa3306415572f51b78b81198367fc17..b0c0946cd4ac9ed5187ab32c56df9c4835239f5e 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -8008,7 +8008,7 @@ bool HOptimizedGraphBuilder::TryInlineApiCall(Handle<JSFunction> function, |
CallInterfaceDescriptor* descriptor = |
isolate()->call_descriptor(Isolate::ApiFunctionCall); |
- CallApiFunctionStub stub(is_store, call_data_is_undefined, argc); |
+ CallApiFunctionStub stub(isolate(), is_store, call_data_is_undefined, argc); |
Handle<Code> code = stub.GetCode(isolate()); |
HConstant* code_value = Add<HConstant>(code); |