Index: Source/modules/filesystem/DirectoryEntrySync.h |
diff --git a/Source/modules/filesystem/DirectoryEntrySync.h b/Source/modules/filesystem/DirectoryEntrySync.h |
index 96714d7c25034c520b5936621de8a9e1edc56d4a..73ad494a74b60cdc56403ad15caeb9090bc1d74b 100644 |
--- a/Source/modules/filesystem/DirectoryEntrySync.h |
+++ b/Source/modules/filesystem/DirectoryEntrySync.h |
@@ -48,7 +48,7 @@ public: |
{ |
return new DirectoryEntrySync(fileSystem, fullPath); |
} |
- virtual bool isDirectory() const override { return true; } |
+ bool isDirectory() const override { return true; } |
DirectoryReaderSync* createReader(); |
FileEntrySync* getFile(const String& path, const FileSystemFlags&, ExceptionState&); |