| Index: Source/modules/filesystem/FileEntry.h
|
| diff --git a/Source/modules/filesystem/FileEntry.h b/Source/modules/filesystem/FileEntry.h
|
| index f5c25c4bfbc51be9fd4d55164e8ea46f3c0958cf..7a1bb23a318b328b0557a88460a4e9c1e113c710 100644
|
| --- a/Source/modules/filesystem/FileEntry.h
|
| +++ b/Source/modules/filesystem/FileEntry.h
|
| @@ -53,7 +53,7 @@ public:
|
|
|
| virtual bool isFile() const override { return true; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| FileEntry(DOMFileSystemBase*, const String& fullPath);
|
|
|