| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index daac652198274c108209a4e1a3f3285121edae11..aeea81964f54c0c3d9b0c035fd5b0fd43af531e9 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_initialization(true);
|
| + store->set_is_initialization(node->is_initializer());
|
| ReturnDefinition(store);
|
| }
|
|
|
|
|