| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 2ff3dc1259ee4226fd760afe3bcfad46d4a6d637..4a48b6a27a3aec0c98c16f08a91c8bad7c1687e4 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -81,6 +81,7 @@ void InlineExitCollector::PrepareGraphs(FlowGraph* callee_graph) {
|
| callee_graph->max_virtual_register_number());
|
|
|
| // Attach the outer environment on each instruction in the callee graph.
|
| + ASSERT(call_->env() != NULL);
|
| for (BlockIterator block_it = callee_graph->postorder_iterator();
|
| !block_it.Done();
|
| block_it.Advance()) {
|
|
|