Index: Source/core/html/HTMLBaseElement.cpp |
diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp |
index fcb1c707f7b2d304304266e9ac3a3e619ff60ec2..2e7d35364a9c943dadc06c2f17e68433a1d8cf5c 100644 |
--- a/Source/core/html/HTMLBaseElement.cpp |
+++ b/Source/core/html/HTMLBaseElement.cpp |
@@ -72,11 +72,6 @@ bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const |
return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); |
} |
-AtomicString HTMLBaseElement::target() const |
-{ |
- return fastGetAttribute(targetAttr); |
-} |
- |
KURL HTMLBaseElement::href() const |
{ |
// This does not use the getURLAttribute function because that will resolve relative to the document's base URL; |