Index: Source/core/html/HTMLAnchorElement.cpp |
diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp |
index 5c888ab9ce865172a37949499f35e0e4ad4fb36c..633b3164575047074fafeba0489db30b09c1a3fb 100644 |
--- a/Source/core/html/HTMLAnchorElement.cpp |
+++ b/Source/core/html/HTMLAnchorElement.cpp |
@@ -337,16 +337,6 @@ AtomicString HTMLAnchorElement::target() const |
return getAttribute(targetAttr); |
} |
-void HTMLAnchorElement::setText(const String& text) |
-{ |
- setTextContent(text); |
-} |
- |
-String HTMLAnchorElement::text() |
-{ |
- return innerText(); |
-} |
- |
bool HTMLAnchorElement::isLiveLink() const |
{ |
return isLink() && !rendererIsEditable(); |