Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1493)

Unified Diff: runtime/vm/heap.h

Issue 1965823002: Initial isolate reload support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698