Index: mojo/dart/embedder/io/file_patch.dart |
diff --git a/mojo/dart/embedder/io/file_patch.dart b/mojo/dart/embedder/io/file_patch.dart |
index 0e376a4aa082fe71c8b238559f6714c4e79b2515..5fb8d91208ba290a11e7155d0e1219c2f15af7df 100644 |
--- a/mojo/dart/embedder/io/file_patch.dart |
+++ b/mojo/dart/embedder/io/file_patch.dart |
@@ -168,8 +168,8 @@ patch class _Directory { |
return streamController.stream; |
} |
- /* patch */ List listSync({bool recursive: false, |
- bool followLinks: true}) { |
+ /* patch */ List<FileSystemEntity> listSync({bool recursive: false, |
+ bool followLinks: true}) { |
return _onSyncOperation(); |
} |