| Index: runtime/vm/thread_interrupter_linux.cc
|
| diff --git a/runtime/vm/thread_interrupter_linux.cc b/runtime/vm/thread_interrupter_linux.cc
|
| index 67eee89196481a1fb74e580522d5bcff802f436e..5ff3c92f5cc324563188592425fcf71a3ab55ef9 100644
|
| --- a/runtime/vm/thread_interrupter_linux.cc
|
| +++ b/runtime/vm/thread_interrupter_linux.cc
|
| @@ -56,6 +56,12 @@ void ThreadInterrupter::InstallSignalHandler() {
|
| SignalHandler::Install(ThreadInterrupterLinux::ThreadInterruptSignalHandler);
|
| }
|
|
|
| +
|
| +void ThreadInterrupter::RemoveSignalHandler() {
|
| + SignalHandler::Remove();
|
| +}
|
| +
|
| +
|
| } // namespace dart
|
|
|
| #endif // defined(TARGET_OS_LINUX)
|
|
|