Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: utils/compiler/build_helper.dart

Issue 10351011: Change Platform members to getters instead of methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding new test binaries Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/pub/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/build_helper.dart
diff --git a/utils/compiler/build_helper.dart b/utils/compiler/build_helper.dart
index 24abb85d5cb4c696bd252023c6ee9c5202ede825..3a01a65e4ede8b31ca5f9c9b315569b2241639be 100644
--- a/utils/compiler/build_helper.dart
+++ b/utils/compiler/build_helper.dart
@@ -50,7 +50,7 @@ writeScript(Uri uri, List<String> scripts) {
stream.closeSync();
}
- if (Platform.operatingSystem() != 'windows') {
+ if (Platform.operatingSystem != 'windows') {
onExit(int exitCode, String stdout, String stderr) {
if (exitCode != 0) {
print(stdout);
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/pub/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698