| Index: sdk/lib/_internal/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
|
| index 4321ab8fe9ecb083ac5b9af0a253d1d957a6fc14..88e4f86247bc9dab60fb23bd1f3fdf567e30429a 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -185,6 +185,9 @@ patch class _ProcessUtils {
|
| patch static int _pid(Process process) {
|
| throw new UnsupportedError("ProcessUtils._pid");
|
| }
|
| + patch static Stream<ProcessSignal> _watchSignal(ProcessSignal signal) {
|
| + throw new UnsupportedError("ProcessUtils._watchSignal");
|
| + }
|
| }
|
|
|
| patch class Process {
|
|
|