Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index ee72e558d03b6be306cdd676cb40a941dcc73bb9..ccbec0978675d78367b4f56b4a36e33c8de4121f 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -225,8 +225,6 @@ public: |
bool hasChildren() const { return firstChild(); } |
virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = false) = 0; |
- virtual const AtomicString& localName() const; |
- virtual const AtomicString& namespaceURI() const; |
void normalize(); |
bool isSameNode(Node* other) const { return this == other; } |