Chromium Code Reviews| Index: runtime/bin/process.dart |
| =================================================================== |
| --- runtime/bin/process.dart (revision 11966) |
| +++ runtime/bin/process.dart (working copy) |
| @@ -33,7 +33,7 @@ |
| static Process start(String executable, |
| List<String> arguments, |
| [ProcessOptions options]) { |
| - return _Process.start(executable, arguments, options); |
| + return new _Process.start(executable, arguments, options); |
| } |
| /** |