| 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) {
|
| if (FLAG_trace_thread_interrupter) {
|
| OS::Print("ThreadInterrupter interrupting %p\n",
|
| reinterpret_cast<void*>(thread->id()));
|
|
|