Index: src/compiler/js-native-context-specialization.h |
diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h |
index 24e10bb4b01390c646e76b6d653faa2bd9e722e8..3e491428a473ed7660d1f06e49ed1c0f986c3afc 100644 |
--- a/src/compiler/js-native-context-specialization.h |
+++ b/src/compiler/js-native-context-specialization.h |
@@ -142,7 +142,7 @@ class JSNativeContextSpecialization final : public AdvancedReducer { |
Node** control, |
ZoneVector<Node*>* if_exceptions, |
PropertyAccessInfo const& access_info); |
- Node* InlineApiCall(Node* receiver, Node* context, Node* target, |
+ Node* InlineApiCall(Node* receiver, Node* holder, Node* context, Node* target, |
Node* frame_state, Node* value, Node** effect, |
Node** control, Handle<SharedFunctionInfo> shared_info, |
Handle<FunctionTemplateInfo> function_template_info); |