Chromium Code Reviews| Index: runtime/vm/thread_interrupter.h |
| diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h |
| index 2d9e3368d9c6159195b6ba7950bc5c233b1427eb..2d3d1b37529cde2190e439428da6bcbd3023d7ae 100644 |
| --- a/runtime/vm/thread_interrupter.h |
| +++ b/runtime/vm/thread_interrupter.h |
| @@ -92,6 +92,8 @@ class ThreadInterrupter : public AllStatic { |
| static void InstallSignalHandler(); |
| + static void RemoveSignalHandler(); |
| + |
| friend class ThreadInterrupterVisitIsolates; |
| }; |