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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 23038010: Fix Function.end_token_pos() and implement MethodMirror.source getter (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index 353cc8b16c1749a7450440d84a69f0ab7368bbb9..84ba8c069a9922ec0ba3be4995f0104683f4c573 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -20,8 +20,8 @@ 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(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 917195627) \
+ V(ObjectArrayFactory, kArrayCid, 1930677134) \
+ V(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 1012992871) \
V(GrowableObjectArrayFactory, kGrowableObjectArrayCid, 1707369421) \
V(_Int8ArrayFactory, kTypedDataInt8ArrayCid, 1340298556) \
V(_Uint8ArrayFactory, kTypedDataUint8ArrayCid, 1775618642) \

Powered by Google App Engine
This is Rietveld 408576698