| Index: utils/compiler/build_helper.dart
|
| diff --git a/utils/compiler/build_helper.dart b/utils/compiler/build_helper.dart
|
| index b0116994e7f589bab402dc9081ec5c3b07d9e114..04aa0cc48ee5b6cdaf945fdfc4e84e2a26cd51d2 100644
|
| --- a/utils/compiler/build_helper.dart
|
| +++ b/utils/compiler/build_helper.dart
|
| @@ -31,7 +31,7 @@ writeScript(Uri uri, List<String> chunks) {
|
|
|
| // TODO(ahe): Also make a .bat file for Windows.
|
|
|
| - if (new Platform().operatingSystem() != 'windows') {
|
| + if (Platform.operatingSystem() != 'windows') {
|
| onExit(int exitCode, String stdout, String stderr) {
|
| if (exitCode != 0) {
|
| print(stdout);
|
|
|