Index: Source/core/dom/NamedNodesCollection.h |
diff --git a/Source/core/dom/NamedNodesCollection.h b/Source/core/dom/NamedNodesCollection.h |
index bfb1a697bd1159a255ad2582e194ae908c71568c..6c33cacdcf1330bf57992a973e7a6453c3b2e2ec 100644 |
--- a/Source/core/dom/NamedNodesCollection.h |
+++ b/Source/core/dom/NamedNodesCollection.h |
@@ -48,7 +48,6 @@ public: |
virtual unsigned length() const OVERRIDE { return m_nodes.size(); } |
virtual Node* item(unsigned) const OVERRIDE; |
- virtual Node* namedItem(const AtomicString&) const OVERRIDE; |
private: |
explicit NamedNodesCollection(const Vector<RefPtr<Element> >& nodes) |