Chromium Code Reviews| Index: runtime/bin/directory_impl.dart |
| =================================================================== |
| --- runtime/bin/directory_impl.dart (revision 13683) |
| +++ runtime/bin/directory_impl.dart (working copy) |
| @@ -169,7 +169,7 @@ |
| return new Directory(newPath); |
| } |
| - DirectoryLister list([bool recursive = false]) { |
| + DirectoryLister list({bool recursive: false}) { |
| return new _DirectoryLister(_path, recursive); |
| } |