| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 19765)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -107,7 +107,7 @@
|
| void set_try_index(intptr_t value) { try_index_ = value; }
|
| intptr_t try_index() const { return try_index_; }
|
|
|
| - void AddCatchEntry(TargetEntryInstr* entry);
|
| + void AddCatchEntry(CatchBlockEntryInstr* entry);
|
|
|
| intptr_t num_copied_params() const {
|
| return num_copied_params_;
|
|
|