| Index: runtime/bin/process_patch.dart
|
| diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart
|
| index a165f93522d2a12795b0ce69ea1cdfea3dbbf7fa..9e374ae8b72de87937ee713cfba19851ca2e5ad7 100644
|
| --- a/runtime/bin/process_patch.dart
|
| +++ b/runtime/bin/process_patch.dart
|
| @@ -120,6 +120,8 @@ class _SignalController {
|
| native "Process_ClearSignalHandler";
|
| }
|
|
|
| +Function _getWatchSignalInternal() => _ProcessUtils._watchSignalInternal;
|
| +
|
|
|
| patch class _ProcessUtils {
|
| /* patch */ static void _exit(int status) native "Process_Exit";
|
|
|