| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index d1e0b857c40340aed606382fbb1d3d87c7f6896a..daac652198274c108209a4e1a3f3285121edae11 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -3660,7 +3660,7 @@ void EffectGraphVisitor::VisitStoreInstanceFieldNode(
|
| kEmitStoreBarrier,
|
| token_pos);
|
| // Maybe initializing unboxed store.
|
| - store->set_is_potential_unboxed_initialization(true);
|
| + store->set_is_initialization(true);
|
| ReturnDefinition(store);
|
| }
|
|
|
|
|