| 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 c2c218a05442e76fd61515c59255c546be4d8619..33ad9a5677f9f9d47301f5edd3d4bfb256ba59b8 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| @@ -275,7 +275,8 @@ class Process {
|
| {String workingDirectory,
|
| Map<String, String> environment,
|
| bool includeParentEnvironment: true,
|
| - bool runInShell: false}) {
|
| + bool runInShell: false,
|
| + bool detached: false}) {
|
| throw new UnsupportedError("Process.start");
|
| }
|
|
|
|
|