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

Unified Diff: runtime/vm/symbols.h

Issue 11189141: Move ListImplementation from coreimpl to core, as a private member. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reintroduced type. Created 8 years, 2 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index f020a75f602ff34168b9796e9853a46b40ce0909..cd2a3c39735eb7d3f57684b1473c44464a52375d 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -42,7 +42,7 @@ class ObjectPointerVisitor;
V(ThrowNew, "_throwNew") \
V(ListLiteralFactoryClass, "_ListLiteralFactory") \
V(ListLiteralFactory, "List.fromLiteral") \
- V(ListImplementation, "ListImplementation") \
+ V(ListImplementation, "_ListImpl") \
V(ListFactory, "List.") \
V(MapLiteralFactoryClass, "_MapLiteralFactory") \
V(MapLiteralFactory, "Map.fromLiteral") \
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698