| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 55fdbb5a52e0332cab9c177a20f5d411c1e2351e..80018f7d156ac806790e4a5689ce37a8539f3f2d 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -5660,6 +5660,7 @@ class Instance : public Object {
|
| friend class InstanceDeserializationCluster;
|
| friend class ClassDeserializationCluster; // vtable
|
| friend class InstanceMorpher;
|
| + friend class Obfuscator; // RawGetFieldAtOffset, RawSetFieldAtOffset
|
| };
|
|
|
| class LibraryPrefix : public Instance {
|
|
|