| 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 b6400f3c69350ea57f4f9f39f6fdc8cd208df3e5..724a2321fa97703107893f6ce6698ed389543eb4 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 detach: false}) {
|
| throw new UnsupportedError("Process.start");
|
| }
|
|
|
|
|