| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index b9e019855e2961aa31f23d35a82acdc1f010b532..af3d5c97cbe783407fa606058e2646d01601d3ee 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -39,7 +39,7 @@ class ObjectPointerVisitor;
|
| V(ThrowNew, "_throwNew") \
|
| V(ListLiteralFactoryClass, "_ListLiteralFactory") \
|
| V(ListLiteralFactory, "List.fromLiteral") \
|
| - V(ListImplementation, "ListImplementation") \
|
| + V(List, "List") \
|
| V(ListFactory, "List.") \
|
| V(MapLiteralFactoryClass, "_MapLiteralFactory") \
|
| V(MapLiteralFactory, "Map.fromLiteral") \
|
|
|