Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.h |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.h (revision 36573) |
| +++ runtime/vm/flow_graph_type_propagator.h (working copy) |
| @@ -50,6 +50,8 @@ |
| void StrengthenAsserts(BlockEntryInstr* block); |
| void StrengthenAssertWith(Instruction* check); |
| + Isolate* isolate() const { return flow_graph_->isolate(); } |
| + |
| FlowGraph* flow_graph_; |
| BitVector* visited_blocks_; |