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