Index: runtime/vm/heap.h |
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
index c5a7693934030d167b554fcfba1b898c948ddbe6..6131bf319bfc2d3fd048900c7c5bf52a75db3f6f 100644 |
--- a/runtime/vm/heap.h |
+++ b/runtime/vm/heap.h |
@@ -366,8 +366,11 @@ class Heap { |
int pretenure_policy_; |
+ friend class Become; // VisitObjectPointers |
friend class ServiceEvent; |
friend class PageSpace; // VerifyGC |
+ friend class IsolateReloadContext; // VisitObjects |
+ |
DISALLOW_COPY_AND_ASSIGN(Heap); |
}; |