| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index b0f034d7f76a555b1e70b33b1aafb85f7dc47cee..a382ef6a959474f687973fa160902fdfeb3f3a5d 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -491,8 +491,6 @@ 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);
|
|
|