| Index: Source/bindings/tests/results/core/UnionTypesCore.h
|
| diff --git a/Source/bindings/tests/results/core/UnionTypesCore.h b/Source/bindings/tests/results/core/UnionTypesCore.h
|
| index 0991abeec6f43c20bd85d5791f0a849c3a25bc38..c203a207d05e5c7781df6254453f81d8b5c4400c 100644
|
| --- a/Source/bindings/tests/results/core/UnionTypesCore.h
|
| +++ b/Source/bindings/tests/results/core/UnionTypesCore.h
|
| @@ -200,7 +200,7 @@ public:
|
| void setNodeList(PassRefPtrWillBeRawPtr<NodeList>);
|
| static NodeOrNodeList fromNodeList(PassRefPtrWillBeRawPtr<NodeList>);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| enum SpecificTypes {
|
| @@ -497,7 +497,7 @@ public:
|
| void setString(String);
|
| static TestInterfaceGarbageCollectedOrString fromString(String);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| enum SpecificTypes {
|
| @@ -643,7 +643,7 @@ public:
|
| void setTestDictionary(TestDictionary);
|
| static TestInterfaceWillBeGarbageCollectedOrTestDictionary fromTestDictionary(TestDictionary);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| enum SpecificTypes {
|
|
|