| Index: Source/core/dom/custom/CustomElementDefinition.h
|
| diff --git a/Source/core/dom/custom/CustomElementDefinition.h b/Source/core/dom/custom/CustomElementDefinition.h
|
| index 854e0d056b314129757c65b6664119da9110df54..d8b73bdddc2967375e7a4d0013397f585761dd7a 100644
|
| --- a/Source/core/dom/custom/CustomElementDefinition.h
|
| +++ b/Source/core/dom/custom/CustomElementDefinition.h
|
| @@ -45,7 +45,7 @@ public:
|
| const CustomElementDescriptor& descriptor() const { return m_descriptor; }
|
| CustomElementLifecycleCallbacks* callbacks() const { return m_callbacks.get(); }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| CustomElementDefinition(const CustomElementDescriptor&, PassRefPtrWillBeRawPtr<CustomElementLifecycleCallbacks>);
|
|
|