Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: Source/core/html/HTMLAnchorElement.h

Issue 272693002: Make HTMLAnchorElement.text getter behave according to specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « LayoutTests/fast/dom/HTMLAnchorElement/get-text-expected.txt ('k') | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698