Chromium Code Reviews| Index: src/compiler/js-inlining.h |
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
| index bb4cb9dd631b000453de42f3851c7e5e5f546b70..b3203af5ff704dd1dfacee430394aef6af914329 100644 |
| --- a/src/compiler/js-inlining.h |
| +++ b/src/compiler/js-inlining.h |
| @@ -53,7 +53,8 @@ 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* exceptionTarget, NodeVector uncaught_subcalls); |
|
Jarin
2016/08/05 14:04:48
exceptionTarget -> exception_target
bgeron
2016/08/08 09:30:06
Done.
|
| }; |
| } // namespace compiler |