Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 38576) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -126,6 +126,7 @@ |
| V(_GrowableListFactory, "_GrowableList.") \ |
| V(_GrowableListWithData, "_GrowableList.withData") \ |
| V(_ImmutableList, "_ImmutableList") \ |
| + V(_LinkedHashMap, "_InternalLinkedHashMap") \ |
| V(_String, "String") \ |
| V(OneByteString, "_OneByteString") \ |
| V(TwoByteString, "_TwoByteString") \ |