| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index dd17e1b2235273c14f7478aabfcd9f960974cb2a..f2bab1bc9575ab6f5162db505d08402475d7fdb0 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -144,6 +144,9 @@ patch class _ProcessUtils {
|
| patch static _exit(int status) {
|
| throw new UnsupportedError("ProcessUtils._exit");
|
| }
|
| + patch static _setExitCode(int status) {
|
| + throw new UnsupportedError("ProcessUtils._setExitCode");
|
| + }
|
| }
|
|
|
| patch class Process {
|
|
|