Index: Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp |
diff --git a/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp b/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp |
index afd3506ac9d13224f6e7447625cffbe9fe62a12c..eba6504099d004f5f02c89b99cc15db9655f169e 100644 |
--- a/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp |
+++ b/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp |
@@ -15,7 +15,7 @@ TestDictionaryDerivedImplementedAs::TestDictionaryDerivedImplementedAs() |
setDerivedStringMemberWithDefault(String("default string value")); |
} |
-void TestDictionaryDerivedImplementedAs::trace(Visitor* visitor) |
+DEFINE_TRACE(TestDictionaryDerivedImplementedAs) |
{ |
TestDictionary::trace(visitor); |
} |