Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 908347e5244ead9c9dd7bde209446438b64f4121..387bca955086e19f961f9e6972dac844c58839fe 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -178,9 +178,6 @@ public: |
Node* firstChild() const; |
Node* lastChild() const; |
- // ChildNode interface API |
- Element* previousElementSibling() const; |
- Element* nextElementSibling() const; |
void remove(ExceptionState&); |
Node* pseudoAwareNextSibling() const; |