| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index 409c7b94f0225c1eb4c756e568705b31e4453941..736bf5df2cedf9cc16927f9076935e656b117361 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -27,7 +27,7 @@ patch class _Directory {
|
| patch static _rename(String path, String newPath) {
|
| throw new UnsupportedError("Directory._rename");
|
| }
|
| - patch static List _list(String path, bool recursive) {
|
| + patch static List _list(String path, bool recursive, bool followLinks) {
|
| throw new UnsupportedError("Directory._list");
|
| }
|
| patch static SendPort _newServicePort() {
|
|
|