| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 458557d2c2a22285e3f0ecb564176b4c9f480373..736efc6f16a40435c6bbf7adf17d2d13cbfa37a6 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -3672,7 +3672,7 @@ void EffectGraphVisitor::VisitLoadInstanceFieldNode(
|
| (node->field().guarded_cid() == kNullCid)) {
|
| load->set_result_cid(node->field().guarded_cid());
|
| }
|
| - FlowGraph::AddToGuardedFields(owner()->guarded_fields(), &node->field());
|
| + owner()->parsed_function().AddToGuardedFields(&node->field());
|
| }
|
| ReturnDefinition(load);
|
| }
|
|
|