| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 74231572dea5b1bc1186e91c69fcd37791edfffc..a98892465067abfbda4125ae92c08f6ef7e19e08 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -609,6 +609,7 @@ class RawObject {
|
| friend class RetainingPathVisitor; // GetClassId
|
| friend class SkippedCodeFunctions; // StorePointer
|
| friend class InstructionsReader; // tags_ check
|
| + friend class InstructionsWriter;
|
| friend class AssemblyInstructionsWriter;
|
| friend class BlobInstructionsWriter;
|
| friend class SnapshotReader;
|
|
|