| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 16b02957fe5d886c5dc65e27f1935954ca81cd0a..9b3d86b43b19763536df383f01ca91c926700310 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -101,9 +101,9 @@ class ObjectPointerVisitor;
|
| V(Bigint, "_Bigint") \
|
| V(Double, "_Double") \
|
| V(Bool, "bool") \
|
| - V(ObjectArray, "ObjectArray") \
|
| - V(GrowableObjectArray, "GrowableObjectArray") \
|
| - V(ImmutableArray, "ImmutableArray") \
|
| + V(ObjectArray, "_ObjectArray") \
|
| + V(GrowableObjectArray, "_GrowableObjectArray") \
|
| + V(ImmutableArray, "_ImmutableArray") \
|
| V(OneByteString, "OneByteString") \
|
| V(TwoByteString, "TwoByteString") \
|
| V(FourByteString, "FourByteString") \
|
|
|