Chromium Code Reviews| Index: runtime/bin/directory.dart |
| =================================================================== |
| --- runtime/bin/directory.dart (revision 13683) |
| +++ runtime/bin/directory.dart (working copy) |
| @@ -126,7 +126,7 @@ |
| * operation. Handlers for files and directories should be |
| * registered on this DirectoryLister object. |
| */ |
| - DirectoryLister list([bool recursive = false]); |
| + DirectoryLister list({bool recursive: false}); |
| /** |
| * Gets the path of this directory. |