Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index 6335faeb73a39cb016b255e1311826a5fad77cba..198f854c0939326aaa23dcbcd47444aa79495c2b 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -98,13 +98,12 @@ private: |
virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE FINAL; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; |
virtual bool canStartSelection() const OVERRIDE FINAL; |
- virtual AtomicString target() const OVERRIDE; |
virtual short tabIndex() const OVERRIDE FINAL; |
virtual bool draggable() const OVERRIDE FINAL; |
virtual bool isInteractiveContent() const OVERRIDE FINAL; |
void sendPings(const KURL& destinationURL); |
- |
+ AtomicString target() const; |
void handleClick(Event*); |
enum EventType { |