| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index b7f21227d179bc0da2363923641cbd50a0e0add9..10bdeb989c59d5c0d07477bfb16ff117d90e75a8 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -466,7 +466,6 @@ public:
|
| bool isDocumentTypeNode() const { return nodeType() == DOCUMENT_TYPE_NODE; }
|
| virtual bool childTypeAllowed(NodeType) const { return false; }
|
| unsigned countChildren() const;
|
| - Node* traverseToChildAt(unsigned index) const;
|
|
|
| bool isDescendantOf(const Node*) const;
|
| bool contains(const Node*) const;
|
|
|