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

Unified Diff: runtime/vm/thread.h

Issue 1282423003: Enable iterating over roots from helper threads by moving stack walking. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index c0721d9b1daf4ae688e686beb97e07b602d2af62..69cc4ecd17b2f70a429bd02bd899675a274b5496 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -262,6 +262,7 @@ CACHED_CONSTANTS_LIST(DECLARE_MEMBERS)
friend class ApiZone;
friend class Isolate;
friend class StackZone;
+ friend class ThreadRegistry;
DISALLOW_COPY_AND_ASSIGN(Thread);
};

Powered by Google App Engine
This is Rietveld 408576698