| Index: Source/modules/filesystem/DirectoryEntrySync.cpp
|
| diff --git a/Source/modules/filesystem/DirectoryEntrySync.cpp b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| index f7a470ead5f9fa3b98f19eb22d3090872c8312ee..f2bb192444a56ef78623bed9ad1b5064836f0ee8 100644
|
| --- a/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| +++ b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| @@ -72,7 +72,7 @@ void DirectoryEntrySync::removeRecursively(ExceptionState& exceptionState)
|
| helper->getResult(exceptionState);
|
| }
|
|
|
| -void DirectoryEntrySync::trace(Visitor* visitor)
|
| +DEFINE_TRACE(DirectoryEntrySync)
|
| {
|
| EntrySync::trace(visitor);
|
| }
|
|
|