Chromium Code Reviews| Index: utils/pub/io.dart |
| diff --git a/utils/pub/io.dart b/utils/pub/io.dart |
| index cccedfc17b93098bafde5f6847aaa8d9023ba6a5..066333af875f4e369b52d180b5e71fc0a3fc0002 100644 |
| --- a/utils/pub/io.dart |
| +++ b/utils/pub/io.dart |
| @@ -19,7 +19,7 @@ bool _isGitInstalledCache; |
| String _gitCommandCache; |
| /** Gets the current working directory. */ |
| -String get workingDir => new File('.').fullPathSync(); |
| +String get currentWorkingDir => new File('.').fullPathSync(); |
| const Pattern NEWLINE_PATTERN = const RegExp("\r\n?|\n\r?"); |