| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 4788260a2588ed31f1584f88ede5a039e3eb438a..d4d7305d105b6600cee2b0412185bc781557a726 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -425,6 +425,10 @@ class Object {
|
| friend void RawObject::Validate(Isolate* isolate) const;
|
| friend class Closure;
|
| friend class SnapshotReader;
|
| + friend class OneByteString;
|
| + friend class TwoByteString;
|
| + friend class ExternalOneByteString;
|
| + friend class ExternalTwoByteString;
|
|
|
| // Disallow allocation.
|
| void* operator new(size_t size);
|
|
|