Index: Source/modules/filesystem/EntrySync.h |
diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h |
index ccf187b7c0e4450ff40f922a0fdd5710b230dfd6..cefc612852fddf17381daa263dbae9eab476e5c7 100644 |
--- a/Source/modules/filesystem/EntrySync.h |
+++ b/Source/modules/filesystem/EntrySync.h |
@@ -56,7 +56,7 @@ public: |
void remove(ExceptionState&) const; |
EntrySync* getParent() const; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
EntrySync(DOMFileSystemBase*, const String& fullPath); |