Chromium Code Reviews| Index: runtime/vm/os_thread.h |
| diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h |
| index 84f11b6a7004faa7624ba9e93e27a9aea77e8c16..3ab835d4567d3afa4a74da54a7f18a1cd1faa49e 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; |
|
zra
2016/01/08 23:32:07
Why?
siva
2016/01/12 21:26:22
To access set_thread which is a private method, it
|
| friend class OSThreadIterator; |
| friend class ThreadInterrupterWin; |
| - friend class ThreadRegistry; |
| }; |