| Index: sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/io_patch.dart b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| index dace4db5fd35b3da601c4be0e61ce7fd447454db..edd721736ed4401d3c54586bf52cd0d6587f67a4 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| @@ -305,6 +305,12 @@ class Process {
|
| Encoding stderrEncoding: SYSTEM_ENCODING}) {
|
| throw new UnsupportedError("Process.runSync");
|
| }
|
| +
|
| + @patch
|
| + static bool killPid(
|
| + int pid, [ProcessSignal signal = ProcessSignal.SIGTERM]) {
|
| + throw new UnsupportedError("Process.killPid");
|
| + }
|
| }
|
|
|
| @patch
|
|
|