Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index 681fdc59617ebd39ddc338876fa5666eed84d38f..b9128e47b8b25416789275265b345157934991f5 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -43,7 +43,7 @@ public: |
virtual unsigned length() const OVERRIDE FINAL { return m_collectionIndexCache.nodeCount(*this); } |
virtual Node* item(unsigned offset) const OVERRIDE FINAL { return m_collectionIndexCache.nodeAt(*this, offset); } |
- virtual bool nodeMatches(const Element&) const = 0; |
+ virtual bool elementMatches(const Element&) const = 0; |
virtual void invalidateCache(Document* oldDocument) const OVERRIDE FINAL; |
bool shouldOnlyIncludeDirectChildren() const { return false; } |