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

Unified Diff: runtime/vm/symbols.h

Issue 11417051: Make List an abstract class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 8 years, 1 month 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') | sdk/lib/_internal/compiler/implementation/lib/core_patch.dart » ('j') | 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 465ceb3f439776ee570d87782b0697520fa1b88d..1ffa3a2f31900ada28abd98a2fe66d141f7112af 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -42,8 +42,8 @@ class ObjectPointerVisitor;
"AbstractClassInstantiationErrorImplementation") \
V(NoSuchMethodError, "NoSuchMethodErrorImplementation") \
V(ThrowNew, "_throwNew") \
+ V(List, "List") \
V(ListLiteralFactory, "List._fromLiteral") \
- V(ListImplementation, "_ListImpl") \
V(ListFactory, "List.") \
V(MapImplementation, "_HashMapImpl") \
V(MapLiteralFactory, "Map._fromLiteral") \
« no previous file with comments | « runtime/vm/parser.cc ('k') | sdk/lib/_internal/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698