Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.h |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.h (revision 44266) |
| +++ runtime/vm/flow_graph_type_propagator.h (working copy) |
| @@ -52,7 +52,7 @@ |
| void StrengthenAsserts(BlockEntryInstr* block); |
| void StrengthenAssertWith(Instruction* check); |
| - Isolate* isolate() const { return flow_graph_->isolate(); } |
| + Zone* zone() const { return flow_graph_->zone(); } |
| FlowGraph* flow_graph_; |