| Index: runtime/bin/process.dart
|
| diff --git a/runtime/bin/process.dart b/runtime/bin/process.dart
|
| index e3f1cefca3002043041d7ad89959a0b17020fd25..0a73e9f21824fba3a083eed7159f7c7806285fba 100644
|
| --- a/runtime/bin/process.dart
|
| +++ b/runtime/bin/process.dart
|
| @@ -5,8 +5,7 @@
|
| interface Process factory _Process {
|
| /*
|
| * Creates a new process object preparing to run the executable
|
| - * found at [path] with the specified [arguments]. [arguments] has
|
| - * to be a const string array, c.f. bug 5314640.
|
| + * found at [path] with the specified [arguments].
|
| */
|
| Process(String path, List<String> arguments);
|
|
|
|
|