| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 906aa9241139f5c11957aa90c410dbee7a82f529..412ef877a78b7251898f2df2b6fad11000afbed5 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -2054,7 +2054,7 @@ void EffectGraphVisitor::BuildConstructorCall(
|
| V(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 816132033) \
|
| V(GrowableObjectArrayFactory, kGrowableObjectArrayCid, 552407276) \
|
| V(Int8ListFactory, kTypedDataInt8ArrayCid, 2066002614) \
|
| - V(Uint8ListFactory, kTypedDataUint8ArrayCid, 1883551322) \
|
| + V(Uint8ListFactory, kTypedDataUint8ArrayCid, 1493118613) \
|
| V(Uint8ClampedListFactory, kTypedDataUint8ClampedArrayCid, 244333676) \
|
| V(Int16ListFactory, kTypedDataInt16ArrayCid, 335889889) \
|
| V(Uint16ListFactory, kTypedDataUint16ArrayCid, 1374024153) \
|
|
|