Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index f81b2c47e7c27119654fa368aa4a39936cd55ea0..619556d7311ff431e07240738dd4e932ef76dccc 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -2549,16 +2549,6 @@ void Node::setCustomElementState(CustomElementState newState) |
setNeedsStyleRecalc(SubtreeStyleChange); // :unresolved has changed |
} |
-Element* Node::previousElementSibling() const |
-{ |
- return ElementTraversal::previousSibling(*this); |
-} |
- |
-Element* Node::nextElementSibling() const |
-{ |
- return ElementTraversal::nextSibling(*this); |
-} |
- |
} // namespace WebCore |
#ifndef NDEBUG |