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 7f11b28c822654ee1f03ed2d11ef505539937789..107d47630e08eca21f97f250be2075e6c0819398 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 { |