Chromium Code Reviews| 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); |
| } |
| /** |