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

Unified Diff: utils/pub/io.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 | « utils/compiler/build_helper.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/io.dart
diff --git a/utils/pub/io.dart b/utils/pub/io.dart
index 5c505c287c8a81524d8d56279be089524cdd15f7..e6e34d06e893cdc6aa5c5082dc7473bba3642320 100644
--- a/utils/pub/io.dart
+++ b/utils/pub/io.dart
@@ -38,7 +38,7 @@ String join(part1, [part2, part3, part4]) {
}
}
- return Strings.join(parts, Platform.pathSeparator());
+ return Strings.join(parts, Platform.pathSeparator);
}
/**
« no previous file with comments | « utils/compiler/build_helper.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698