Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index e7026bf381edd4d6e5496023b1c191e2b7c3b121..3b04ecce46cfbfd963c17048d10c73cf8ac29654 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -148,7 +148,6 @@ 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 Node* namedItem(const AtomicString&) const OVERRIDE FINAL; |
virtual bool nodeMatches(const Element&) const = 0; |
// Avoid ambiguity since both NodeList and LiveNodeListBase have an ownerNode() method. |
using LiveNodeListBase::ownerNode; |