Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: Source/core/dom/Element.h

Issue 1137753004: Remove xml:base support (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm tests Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/custom/image-base-uri-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « LayoutTests/svg/custom/image-base-uri-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698