| 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") \
|
|
|