| Index: runtime/bin/file_system_entity_patch.dart
|
| diff --git a/runtime/bin/file_system_entity_patch.dart b/runtime/bin/file_system_entity_patch.dart
|
| index 267ab1b5fb94ab2b265c55b46fc0bbe5f80a7451..61e4e9eda5d14318a549056bfdb57ed016333025 100644
|
| --- a/runtime/bin/file_system_entity_patch.dart
|
| +++ b/runtime/bin/file_system_entity_patch.dart
|
| @@ -5,4 +5,6 @@
|
| patch class FileSystemEntity {
|
| /* patch */ static int _getType(String path, bool followLinks)
|
| native "File_GetType";
|
| + /* patch */ static bool _identical(String file1, String file2)
|
| + native "File_AreIdentical";
|
| }
|
|
|