Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 38343) |
| +++ runtime/vm/object.h (working copy) |
| @@ -5608,6 +5608,8 @@ |
| friend class Class; |
| friend class Symbols; |
| + friend class StringSlice; // SetHash |
| + template<typename CharType> friend class CharArray; // SetHash |
| friend class OneByteString; |
| friend class TwoByteString; |
| friend class ExternalOneByteString; |