| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index b9e019855e2961aa31f23d35a82acdc1f010b532..22b63465c7044420f3ea6ca0c5739f72952d5d31 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") \
|
|
|