Index: Source/core/html/HTMLAreaElement.cpp |
diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
index 7e8ffe6c5162caf5eb55efca4b7236146912d819..4c1ce23a1bdad31a897794842d6d3eb761afb1ca 100644 |
--- a/Source/core/html/HTMLAreaElement.cpp |
+++ b/Source/core/html/HTMLAreaElement.cpp |
@@ -246,9 +246,4 @@ bool HTMLAreaElement::supportsFocus() const |
return isLink(); |
} |
-AtomicString HTMLAreaElement::target() const |
-{ |
- return getAttribute(targetAttr); |
-} |
- |
} |