summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/ChildNodeList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/ChildNodeList.h')
-rw-r--r--Source/WebCore/dom/ChildNodeList.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/dom/ChildNodeList.h b/Source/WebCore/dom/ChildNodeList.h
index df3d67bfa..243e897d3 100644
--- a/Source/WebCore/dom/ChildNodeList.h
+++ b/Source/WebCore/dom/ChildNodeList.h
@@ -38,9 +38,6 @@ namespace WebCore {
virtual ~ChildNodeList();
- virtual unsigned length() const;
- virtual Node* item(unsigned index) const;
-
protected:
ChildNodeList(PassRefPtr<Node> rootNode);