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; |