| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 235025156aec69b74835e298b6518f8a2d05e225..a3edb3011362319997fa5ae110243bdd2083a608 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;
|
|
|