Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 469f85317bcd99881cdc853caf277c4f317d928b..1e71088a2617b11f06f19f6f0659f028bcc7e430 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -319,11 +319,6 @@ const AtomicString& HTMLLinkElement::rel() const |
return getAttribute(relAttr); |
} |
-AtomicString HTMLLinkElement::target() const |
-{ |
- return getAttribute(targetAttr); |
-} |
- |
const AtomicString& HTMLLinkElement::type() const |
{ |
return getAttribute(typeAttr); |