Index: Source/core/dom/custom/CustomElementCallbackQueue.h |
diff --git a/Source/core/dom/custom/CustomElementCallbackQueue.h b/Source/core/dom/custom/CustomElementCallbackQueue.h |
index d3dfe51bb4777357a073f663dbb3146e68da97db..08cdcbeaeb752e15d58cac69c51a67c90f3f9748 100644 |
--- a/Source/core/dom/custom/CustomElementCallbackQueue.h |
+++ b/Source/core/dom/custom/CustomElementCallbackQueue.h |
@@ -65,7 +65,7 @@ public: |
void append(PassOwnPtrWillBeRawPtr<CustomElementProcessingStep> invocation) { m_queue.append(invocation); } |
bool inCreatedCallback() const { return m_inCreatedCallback; } |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
explicit CustomElementCallbackQueue(PassRefPtrWillBeRawPtr<Element>); |