Index: runtime/vm/os_thread.h |
diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h |
index 567a892e1a7d772fc60af69fc9c1979b59e726f3..48d3b0c0e852b9a993f610f316459395f071752d 100644 |
--- a/runtime/vm/os_thread.h |
+++ b/runtime/vm/os_thread.h |
@@ -252,6 +252,7 @@ class OSThread : public BaseThread { |
friend class Isolate; // to access set_thread(Thread*). |
friend class OSThreadIterator; |
friend class ThreadInterrupterWin; |
+ friend class ThreadInterrupterFuchsia; |
}; |