| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index f529934d4d933c6e775de64484b8c0a9d155b5a2..390723546579f70e955035585aa8c13f93bbeb4b 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -125,6 +125,7 @@ class ObjectPointerVisitor;
|
| V(_GrowableListFactory, "_GrowableList.") \
|
| V(_GrowableListWithData, "_GrowableList.withData") \
|
| V(_ImmutableList, "_ImmutableList") \
|
| + V(_String, "String") \
|
| V(OneByteString, "_OneByteString") \
|
| V(TwoByteString, "_TwoByteString") \
|
| V(ExternalOneByteString, "_ExternalOneByteString") \
|
|
|