Chromium Code Reviews| 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..2815ba6dfaf8c537a9f79f70d6a09d099fe7c356 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 path1, String path2) |
| + native "File_AreIdentical"; |
| } |