Index: Source/core/dom/LiveNodeListBase.h |
diff --git a/Source/core/dom/LiveNodeListBase.h b/Source/core/dom/LiveNodeListBase.h |
index 3daef7952d2bd125c71302b85aafabdbe556062b..7fc6ab20ad26a4c72833eb5e611fb890f948bd31 100644 |
--- a/Source/core/dom/LiveNodeListBase.h |
+++ b/Source/core/dom/LiveNodeListBase.h |
@@ -84,7 +84,7 @@ protected: |
template <typename MatchFunc> |
static Element* traverseMatchingElementsBackwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc); |
- virtual void trace(Visitor* visitor) { visitor->trace(m_ownerNode); } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { visitor->trace(m_ownerNode); } |
private: |
RefPtrWillBeMember<ContainerNode> m_ownerNode; // Cannot be null. |