Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 42083) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -127,7 +127,8 @@ |
| void SortExits(); |
| Definition* JoinReturns(BlockEntryInstr** exit_block, |
| - Instruction** last_instruction); |
| + Instruction** last_instruction, |
| + intptr_t try_index); |
| Isolate* isolate() const { return caller_graph_->isolate(); } |