Index: runtime/vm/thread_interrupter.h |
diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h |
index 535761581fb1f96b92677a6d9a03574be9dda716..82e0474eceb191bedd0604574d2dad4116b41779 100644 |
--- a/runtime/vm/thread_interrupter.h |
+++ b/runtime/vm/thread_interrupter.h |
@@ -35,7 +35,7 @@ class ThreadInterrupter : public AllStatic { |
static void WakeUp(); |
// Interrupt a thread. |
- static void InterruptThread(Thread* thread); |
+ static void InterruptThread(OSThread* thread); |
private: |
static const intptr_t kMaxThreads = 4096; |