Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index 01f1738026eecc6da0dc3ae1a8ddc74624489d3f..fc2741875d950892938be271923b821ea67a83d7 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -72,6 +72,7 @@ public: |
virtual void setInput(const String&) OVERRIDE FINAL; |
String text(); |
+ void setText(const String&); |
bool isLiveLink() const; |