Index: runtime/vm/flow_graph_builder.cc |
=================================================================== |
--- runtime/vm/flow_graph_builder.cc (revision 36988) |
+++ runtime/vm/flow_graph_builder.cc (working copy) |
@@ -109,7 +109,7 @@ |
NestedStatement* outer_; |
JoinEntryInstr* break_target_; |
- intptr_t try_index_; |
+ const intptr_t try_index_; |
}; |