| Index: src/compiler/js-inlining.h
 | 
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
 | 
| index 49487f5a0a7670c5ce82060213ef08355b0c30b5..323c3ae0bf1e183b6fc69ca8f90097ceb28553f4 100644
 | 
| --- a/src/compiler/js-inlining.h
 | 
| +++ b/src/compiler/js-inlining.h
 | 
| @@ -54,7 +54,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
 | 
| 
 |