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 e56398fb2e9fc9569f56522fb7eb422a23cf28d2..56aea918622b30cb1a58fadc5bffb9845c537609 100644 |
--- a/src/compiler/js-native-context-specialization.h |
+++ b/src/compiler/js-native-context-specialization.h |
@@ -142,7 +142,7 @@ |
Node** control, |
ZoneVector<Node*>* if_exceptions, |
PropertyAccessInfo const& access_info); |
- Node* InlineApiCall(Node* receiver, Node* holder, Node* context, Node* target, |
+ Node* InlineApiCall(Node* receiver, Node* context, Node* target, |
Node* frame_state, Node* value, Node** effect, |
Node** control, Handle<SharedFunctionInfo> shared_info, |
Handle<FunctionTemplateInfo> function_template_info); |