| Index: Source/core/dom/custom/CustomElementCallbackInvocation.h
|
| diff --git a/Source/core/dom/custom/CustomElementCallbackInvocation.h b/Source/core/dom/custom/CustomElementCallbackInvocation.h
|
| index 83cefd0808bac9cc2744e1401e0fb7bbf8a3587a..0510c7052370799d6436df5e96d8c2e2a5237e49 100644
|
| --- a/Source/core/dom/custom/CustomElementCallbackInvocation.h
|
| +++ b/Source/core/dom/custom/CustomElementCallbackInvocation.h
|
| @@ -54,7 +54,7 @@ protected:
|
|
|
| CustomElementLifecycleCallbacks* callbacks() { return m_callbacks.get(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| RefPtrWillBeMember<CustomElementLifecycleCallbacks> m_callbacks;
|
|
|