| Index: Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| diff --git a/Source/bindings/tests/results/core/TestPermissiveDictionary.h b/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| index d38c2bd511b4c0e20454cd26e9de9bf5d31fe0fd..32bebdd8db1ec33171d3492d6847f835d0463e2d 100644
|
| --- a/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| +++ b/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| @@ -21,7 +21,7 @@ public:
|
| bool booleanMember() const { return m_booleanMember.get(); }
|
| void setBooleanMember(bool value) { m_booleanMember = value; }
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| Nullable<bool> m_booleanMember;
|
|
|