Index: Source/core/dom/NodeList.h |
diff --git a/Source/core/dom/NodeList.h b/Source/core/dom/NodeList.h |
index 66072472d583ef0ff6cf782f117eed7b5044b01e..2a99530bb76993d1ad97027efa8443e7386767c8 100644 |
--- a/Source/core/dom/NodeList.h |
+++ b/Source/core/dom/NodeList.h |
@@ -39,14 +39,12 @@ public: |
// DOM methods & attributes for NodeList |
virtual unsigned length() const = 0; |
virtual Node* item(unsigned index) const = 0; |
- virtual Node* namedItem(const AtomicString&) const = 0; |
// Other methods (not part of DOM) |
virtual bool isLiveNodeList() const { return false; } |
virtual bool isEmptyNodeList() const { return false; } |
virtual bool isChildNodeList() const { return false; } |
- void anonymousNamedGetter(const AtomicString&, bool&, RefPtr<Node>&, bool&, unsigned&); |
Node* ownerNode() const; |
protected: |