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

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

Issue 375673002: Remove unneeded getters/setters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add more Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/html/HTMLAnchorElement.cpp » ('j') | Source/core/html/HTMLEmbedElement.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLAnchorElement.h
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
index 3d646139b40979138e299642e0c9e383c498d58b..b90dce74a4831bf4e5d0eb4d9d2c95ca79da34ff 100644
--- a/Source/core/html/HTMLAnchorElement.h
+++ b/Source/core/html/HTMLAnchorElement.h
@@ -104,7 +104,6 @@ private:
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
void sendPings(const KURL& destinationURL);
- AtomicString target() const;
void handleClick(Event*);
uint32_t m_linkRelations;
« no previous file with comments | « no previous file | Source/core/html/HTMLAnchorElement.cpp » ('j') | Source/core/html/HTMLEmbedElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698