Index: Source/modules/filesystem/Entry.cpp |
diff --git a/Source/modules/filesystem/Entry.cpp b/Source/modules/filesystem/Entry.cpp |
index 464f37e804ada13ef55ced70056ba15626ecc844..802604bbfe69ba5c29f2172b00cebe4c1d02b62e 100644 |
--- a/Source/modules/filesystem/Entry.cpp |
+++ b/Source/modules/filesystem/Entry.cpp |
@@ -73,7 +73,7 @@ void Entry::getParent(EntryCallback* successCallback, ErrorCallback* errorCallba |
m_fileSystem->getParent(this, successCallback, errorCallback); |
} |
-void Entry::trace(Visitor* visitor) |
+DEFINE_TRACE(Entry) |
{ |
EntryBase::trace(visitor); |
} |