| Index: runtime/vm/thread_interrupter.cc
|
| diff --git a/runtime/vm/thread_interrupter.cc b/runtime/vm/thread_interrupter.cc
|
| index 7085a4397d3748d1e1b58c80ca9fdb3cf3186284..2d44208739fd38bdf776c603fa8100bd170e51dc 100644
|
| --- a/runtime/vm/thread_interrupter.cc
|
| +++ b/runtime/vm/thread_interrupter.cc
|
| @@ -352,6 +352,7 @@ void ThreadInterruptNoOp(const InterruptedThreadState& state, void* data) {
|
| // NoOp.
|
| }
|
|
|
| +
|
| void ThreadInterrupter::ThreadMain(uword parameters) {
|
| ASSERT(initialized_);
|
| InstallSignalHandler();
|
|
|