Chromium Code Reviews| Index: runtime/bin/process_patch.dart |
| diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart |
| index 6646d07a18a6ca70f4e6e01b94323394c03ca4bd..f827c53c549d2c0958426132346259b908a4bc45 100644 |
| --- a/runtime/bin/process_patch.dart |
| +++ b/runtime/bin/process_patch.dart |
| @@ -314,7 +314,7 @@ class _NonInteractiveProcess { |
| processFuture.then((Process p) { |
| // Make sure the process stdin is closed. |
| - p.stdin.close; |
| + p.stdin.close(); |
|
Søren Gjesse
2012/12/18 07:38:44
Oops.
|
| // Setup process exit handling. |
| p.onExit = (exitCode) { |