Index: Source/modules/filesystem/DirectoryEntry.h |
diff --git a/Source/modules/filesystem/DirectoryEntry.h b/Source/modules/filesystem/DirectoryEntry.h |
index 6f1e465c9012c92e11a370b46e3b6985949d0f2a..849673bd047200f7d10e5c482198ecea436543c0 100644 |
--- a/Source/modules/filesystem/DirectoryEntry.h |
+++ b/Source/modules/filesystem/DirectoryEntry.h |
@@ -58,7 +58,7 @@ public: |
void getDirectory(const String& path, const FileSystemFlags&, EntryCallback* = nullptr, ErrorCallback* = nullptr); |
void removeRecursively(VoidCallback* successCallback = nullptr, ErrorCallback* = nullptr) const; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
DirectoryEntry(DOMFileSystemBase*, const String& fullPath); |