Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 6f6e7f96933532812562b6111bd514ccdb30a269..2e67ee2d9b68434c4989cbe032c0b6eaa413bd18 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -656,7 +656,8 @@ 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; |
friend class SnapshotWriter; |
friend class String; |