| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index a271d16546362b10a431eec655d358dcb7b8b66f..c525e8fa10512e7c6554ce4c408220d960c7c004 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -6316,6 +6316,7 @@ class OneByteString : public AllStatic {
|
|
|
| friend class Class;
|
| friend class String;
|
| + friend class Symbols;
|
| friend class ExternalOneByteString;
|
| friend class SnapshotReader;
|
| friend class StringHasher;
|
| @@ -6431,6 +6432,7 @@ class TwoByteString : public AllStatic {
|
| friend class Class;
|
| friend class String;
|
| friend class SnapshotReader;
|
| + friend class Symbols;
|
| };
|
|
|
|
|
|
|