Index: runtime/vm/thread_interrupter_linux.cc |
diff --git a/runtime/vm/thread_interrupter_linux.cc b/runtime/vm/thread_interrupter_linux.cc |
index 2cb0f55764c7c256a57886ceea4f65abbc30a3f8..28ec681fa555813ee343a7c5bbb95be5cd05925a 100644 |
--- a/runtime/vm/thread_interrupter_linux.cc |
+++ b/runtime/vm/thread_interrupter_linux.cc |
@@ -43,7 +43,7 @@ class ThreadInterrupterLinux : public AllStatic { |
}; |
-void ThreadInterrupter::InterruptThread(Thread* thread) { |
+void ThreadInterrupter::InterruptThread(OSThread* thread) { |
Cutch
2015/11/14 00:31:56
This change needs to be made in os_thread_interrup
siva
2015/11/14 01:38:26
Good catch.
Done.
|
if (FLAG_trace_thread_interrupter) { |
OS::Print("ThreadInterrupter interrupting %p\n", |
reinterpret_cast<void*>(thread->id())); |