Index: src/compiler/js-inlining.h |
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
index 5c258ed150ce57c36a9e622a7ce088171b7447ae..99eff96c4c98321be83fb1eae3392d1880ef9cf6 100644 |
--- a/src/compiler/js-inlining.h |
+++ b/src/compiler/js-inlining.h |
@@ -45,8 +45,8 @@ class JSInliner final : public AdvancedReducer { |
FrameStateType frame_state_type, |
Handle<SharedFunctionInfo> shared); |
- Reduction InlineCall(Node* call, Node* context, Node* frame_state, |
- Node* start, Node* end); |
+ Reduction InlineCall(Node* call, Node* new_target, Node* context, |
+ Node* frame_state, Node* start, Node* end); |
}; |
} // namespace compiler |