| Index: runtime/vm/flow_graph_type_propagator.cc
|
| diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc
|
| index 2ea65bac1ed80ee05be97be0de39a4b61f60acc4..89fdb603c11f0826b7332d0a63042c8daa25697a 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -359,6 +359,7 @@ void FlowGraphTypePropagator::StrengthenAssertWith(Instruction* check) {
|
| if ((assert == NULL) || (assert == kStrengthenedAssertMarker)) {
|
| return;
|
| }
|
| + ASSERT(assert->env() != NULL);
|
|
|
| Instruction* check_clone = NULL;
|
| if (check->IsCheckSmi()) {
|
|
|