Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 26962) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -404,6 +404,7 @@ |
| intptr_t pc_offset, |
| const Array& handler_types, |
| bool needs_stacktrace); |
| + void SetNeedsStacktrace(intptr_t try_index); |
| void AddCurrentDescriptor(PcDescriptors::Kind kind, |
| intptr_t deopt_id, |
| intptr_t token_pos); |