| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index d51b9b3c01a6a0103f05ce177872fc8be2ac173e..d7215b9e729dca0973a0b6cca057996475cf4f44 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -71,9 +71,6 @@ public:
|
| virtual String input() const OVERRIDE FINAL;
|
| virtual void setInput(const String&) OVERRIDE FINAL;
|
|
|
| - String text();
|
| - void setText(const String&);
|
| -
|
| bool isLiveLink() const;
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
|
|
|