| Index: bin/process.dart
|
| ===================================================================
|
| --- bin/process.dart (revision 2706)
|
| +++ bin/process.dart (working copy)
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -interface Process factory _Process {
|
| +interface Process default _Process {
|
| /*
|
| * Creates a new process object preparing to run the executable
|
| * found at [path] with the specified [arguments].
|
|
|