Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index d97b0fe6a426ba450e0c985ebe4bd09ffe92169a..331f61373542ca86f92913cf8994c9ff3e84bee4 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -247,8 +247,6 @@ public: |
const AtomicString& locateNamespacePrefix(const AtomicString& namespaceURI) const; |
- virtual KURL baseURI() const override final; |
- |
virtual String nodeName() const override; |
PassRefPtrWillBeRawPtr<Element> cloneElementWithChildren(); |