| Index: runtime/vm/thread_interrupter_android.cc
|
| ===================================================================
|
| --- runtime/vm/thread_interrupter_android.cc (revision 42893)
|
| +++ runtime/vm/thread_interrupter_android.cc (working copy)
|
| @@ -29,7 +29,7 @@
|
| // No interrupter state or callback.
|
| return;
|
| }
|
| - ASSERT(Thread::Compare(state->id, Thread::GetCurrentThreadId()));
|
| + ASSERT(OSThread::Compare(state->id, OSThread::GetCurrentThreadId()));
|
| // Extract thread state.
|
| ucontext_t* context = reinterpret_cast<ucontext_t*>(context_);
|
| mcontext_t mcontext = context->uc_mcontext;
|
|
|