Index: Source/bindings/tests/results/core/TestDictionary.h |
diff --git a/Source/bindings/tests/results/core/TestDictionary.h b/Source/bindings/tests/results/core/TestDictionary.h |
index b7f7231644a4de37f96fa0f549e9135f56c6d899..787573a593d9cd4f3a4ab1d52edb24f4f3a72122 100644 |
--- a/Source/bindings/tests/results/core/TestDictionary.h |
+++ b/Source/bindings/tests/results/core/TestDictionary.h |
@@ -140,7 +140,7 @@ public: |
double unrestrictedDoubleMember() const { return m_unrestrictedDoubleMember.get(); } |
void setUnrestrictedDoubleMember(double value) { m_unrestrictedDoubleMember = value; } |
- virtual void trace(Visitor*); |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
Nullable<bool> m_booleanMember; |