Index: Source/core/dom/ElementRareData.h |
diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h |
index 1c5c2300669b79f8e1fc23fff88403def41d6ecb..b6aa4e65e87c027554cb9b2260149650be3a00b4 100644 |
--- a/Source/core/dom/ElementRareData.h |
+++ b/Source/core/dom/ElementRareData.h |
@@ -133,7 +133,7 @@ public: |
WillBeHeapVector<RefPtrWillBeMember<Attr> >* attrNodeList() { return m_attrNodeList.get(); } |
void removeAttrNodeList() { m_attrNodeList.clear(); } |
- void traceAfterDispatch(Visitor*); |
+ DECLARE_TRACE_AFTER_DISPATCH(); |
private: |
short m_tabindex; |