| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index b2daac8337a86919575846b11d59050d04deff41..989667e73465eb23301927d2c70d817e79c0c78c 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -31,9 +31,9 @@ class TestGraphVisitor;
|
| // List of recognized list factories:
|
| // (factory-name-symbol, result-cid, fingerprint).
|
| #define RECOGNIZED_LIST_FACTORY_LIST(V) \
|
| - V(_ListFactory, kArrayCid, 335347617) \
|
| + V(_ListFactory, kArrayCid, 850375012) \
|
| V(_GrowableListWithData, kGrowableObjectArrayCid, 2094352700) \
|
| - V(_GrowableListFactory, kGrowableObjectArrayCid, 619206641) \
|
| + V(_GrowableListFactory, kGrowableObjectArrayCid, 1518848600) \
|
| V(_Int8ArrayFactory, kTypedDataInt8ArrayCid, 439914696) \
|
| V(_Uint8ArrayFactory, kTypedDataUint8ArrayCid, 1442599030) \
|
| V(_Uint8ClampedArrayFactory, kTypedDataUint8ClampedArrayCid, 1320015159) \
|
|
|