| 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 736bf5df2cedf9cc16927f9076935e656b117361..6cd1b5005fa54d64d885d40da3f88508d00f66c9 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -165,6 +165,9 @@ patch class _ProcessUtils {
|
| patch static _setExitCode(int status) {
|
| throw new UnsupportedError("ProcessUtils._setExitCode");
|
| }
|
| + patch static _sleep(int millis) {
|
| + throw new UnsupportedError("ProcessUtils._sleep");
|
| + }
|
| }
|
|
|
| patch class Process {
|
|
|