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

Unified Diff: runtime/vm/timeline.h

Issue 1541073002: Implement safepointing of threads (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-review-comments Created 4 years, 11 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/timeline.h
diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
index d0c43e0be5e985b1853c3ea9bdb4d068e0c2aa6a..9654c0e22224c6c60f31ffbc8ec7d74ebe442656 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -530,7 +530,6 @@ class TimelineEventBlock {
void Finish();
friend class Thread;
- friend class ThreadRegistry;
friend class TimelineEventRecorder;
friend class TimelineEventRingRecorder;
friend class TimelineEventEndlessRecorder;

Powered by Google App Engine
This is Rietveld 408576698