| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 371b9eb01335449d37f14b9d159e01a38f3ede3b..b08deef6ff57aa80ff4ce709c9f42376a20251f5 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -45,7 +45,7 @@ class ObjectPointerVisitor;
|
| V(MapLiteralFactory, "Map.fromLiteral") \
|
| V(ImmutableMap, "ImmutableMap") \
|
| V(ImmutableMapConstructor, "ImmutableMap._create") \
|
| - V(StringBase, "StringBase") \
|
| + V(StringBase, "_StringBase") \
|
| V(Interpolate, "_interpolate") \
|
| V(GetIterator, "iterator") \
|
| V(NoSuchMethod, "noSuchMethod") \
|
| @@ -104,12 +104,12 @@ class ObjectPointerVisitor;
|
| V(ObjectArray, "_ObjectArray") \
|
| V(GrowableObjectArray, "_GrowableObjectArray") \
|
| V(ImmutableArray, "_ImmutableArray") \
|
| - V(OneByteString, "OneByteString") \
|
| - V(TwoByteString, "TwoByteString") \
|
| - V(FourByteString, "FourByteString") \
|
| - V(ExternalOneByteString, "ExternalOneByteString") \
|
| - V(ExternalTwoByteString, "ExternalTwoByteString") \
|
| - V(ExternalFourByteString, "ExternalFourByteString") \
|
| + V(OneByteString, "_OneByteString") \
|
| + V(TwoByteString, "_TwoByteString") \
|
| + V(FourByteString, "_FourByteString") \
|
| + V(ExternalOneByteString, "_ExternalOneByteString") \
|
| + V(ExternalTwoByteString, "_ExternalTwoByteString") \
|
| + V(ExternalFourByteString, "_ExternalFourByteString") \
|
| V(Stacktrace, "Stacktrace") \
|
| V(JSSyntaxRegExp, "JSSyntaxRegExp") \
|
| V(Object, "Object") \
|
|
|