Index: Source/core/dom/custom/CustomElementLifecycleCallbacks.h |
diff --git a/Source/core/dom/custom/CustomElementLifecycleCallbacks.h b/Source/core/dom/custom/CustomElementLifecycleCallbacks.h |
index 32a50c2c16fe4b3cb2f407378926df7683880523..ef2db17a37591bb5943e84b4e7d8f71c825f027c 100644 |
--- a/Source/core/dom/custom/CustomElementLifecycleCallbacks.h |
+++ b/Source/core/dom/custom/CustomElementLifecycleCallbacks.h |
@@ -58,7 +58,7 @@ public: |
virtual void detached(Element*) = 0; |
virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) = 0; |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
protected: |
explicit CustomElementLifecycleCallbacks(CallbackType type) : m_callbackType(type) { } |