| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 353cc8b16c1749a7450440d84a69f0ab7368bbb9..904852f96cf1d5b3e92a284d34c76b5ab8c9301b 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -20,7 +20,7 @@ class ParsedFunction;
|
| // (factory-name-symbol, result-cid, fingerprint).
|
| // TODO(srdjan): Store the values in the snapshot instead.
|
| #define RECOGNIZED_LIST_FACTORY_LIST(V) \
|
| - V(ObjectArrayFactory, kArrayCid, 712468799) \
|
| + V(ObjectArrayFactory, kArrayCid, 1930677134) \
|
| V(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 917195627) \
|
| V(GrowableObjectArrayFactory, kGrowableObjectArrayCid, 1707369421) \
|
| V(_Int8ArrayFactory, kTypedDataInt8ArrayCid, 1340298556) \
|
|
|