Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 0ac92dcf3297b7e76512397c74c5900378a3384e..31fffea5c84b835814b4ef7e3043ae515a983c90 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -443,6 +443,7 @@ class RawObject { |
friend class ExternalTypedData; |
friend class Heap; |
friend class HeapProfiler; |
+ friend class ClassStatsVisitor; |
friend class HeapProfilerRootVisitor; |
friend class MarkingVisitor; |
friend class Object; |
@@ -452,6 +453,7 @@ class RawObject { |
friend class RawInstance; |
friend class RawTypedData; |
friend class Scavenger; |
+ friend class ScavengerVisitor; |
friend class SnapshotReader; |
friend class SnapshotWriter; |
friend class String; |