Chromium Code Reviews| Index: sdk/lib/io/process.dart |
| diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart |
| index 6159113c75ebfbb450c9278aff60450009c52048..c0781fe4f6f38d43e4112e2f6ad76ffb7dddbe19 100644 |
| --- a/sdk/lib/io/process.dart |
| +++ b/sdk/lib/io/process.dart |
| @@ -229,7 +229,7 @@ abstract class Process { |
| * get the original 32-bit value use `(0x100000000 + exitCode) & |
| * 0xffffffff`. |
| */ |
| - Future<int> exitCode; |
| + Future<int> get exitCode; |
| /** |
| * Starts a process running the [executable] with the specified |