Index: runtime/vm/os_thread.h |
diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h |
index 84f11b6a7004faa7624ba9e93e27a9aea77e8c16..ce22b2b0511d40ce1f84d95a987648f765508ab9 100644 |
--- a/runtime/vm/os_thread.h |
+++ b/runtime/vm/os_thread.h |
@@ -237,9 +237,9 @@ class OSThread : public BaseThread { |
static OSThread* thread_list_head_; |
static bool creation_enabled_; |
+ friend class Isolate; // to access set_thread(Thread*). |
friend class OSThreadIterator; |
friend class ThreadInterrupterWin; |
- friend class ThreadRegistry; |
}; |