Index: src/compiler/js-inlining.h |
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
index bb4cb9dd631b000453de42f3851c7e5e5f546b70..342f1dac535d378b86caa8133d11115c5b865a2c 100644 |
--- a/src/compiler/js-inlining.h |
+++ b/src/compiler/js-inlining.h |
@@ -53,7 +53,9 @@ class JSInliner final : public AdvancedReducer { |
Node* CreateTailCallerFrameState(Node* node, Node* outer_frame_state); |
Reduction InlineCall(Node* call, Node* new_target, Node* context, |
- Node* frame_state, Node* start, Node* end); |
+ Node* frame_state, Node* start, Node* end, |
+ Node* exception_target, |
+ const NodeVector& uncaught_subcalls); |
}; |
} // namespace compiler |