Index: runtime/vm/flow_graph_compiler.h |
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
index d51002f58e1b3784bb13a4499eadec76c0c7e8f0..29a545ea4630c149466b11d51257ab8a7c780a9a 100644 |
--- a/runtime/vm/flow_graph_compiler.h |
+++ b/runtime/vm/flow_graph_compiler.h |
@@ -491,6 +491,8 @@ class FlowGraphCompiler : public ValueObject { |
void AddExceptionHandler(intptr_t try_index, |
intptr_t outer_try_index, |
intptr_t pc_offset, |
+ TokenPosition token_pos, |
+ bool is_generated, |
const Array& handler_types, |
bool needs_stacktrace); |
void SetNeedsStackTrace(intptr_t try_index); |