Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 19023005: Implement forwarding constructors for mixins (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/flow_graph_builder.h
===================================================================
--- runtime/vm/flow_graph_builder.h (revision 24971)
+++ runtime/vm/flow_graph_builder.h (working copy)
@@ -20,8 +20,8 @@
// (factory-name-symbol, result-cid, fingerprint).
// TODO(srdjan): Store the values in the snapshot instead.
#define RECOGNIZED_LIST_FACTORY_LIST(V) \
- V(ObjectArrayFactory, kArrayCid, 97987288) \
- V(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 816132033) \
+ V(ObjectArrayFactory, kArrayCid, 1149848530) \
+ V(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 569069682) \
V(GrowableObjectArrayFactory, kGrowableObjectArrayCid, 1821003625) \
V(_Int8ArrayFactory, kTypedDataInt8ArrayCid, 1139775342) \
V(_Uint8ArrayFactory, kTypedDataUint8ArrayCid, 2065936658) \

Powered by Google App Engine
This is Rietveld 408576698