Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index e3c093b6895c242d3b4a49207ef85ff13a2024fc..5db92632c1d38263bd7214182def0d351dfec421 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -98,7 +98,7 @@ private: |
virtual void accessKeyAction(bool sendMouseEvents); |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
virtual bool canStartSelection() const; |
- virtual String target() const; |
+ virtual AtomicString target() const OVERRIDE; |
virtual short tabIndex() const; |
virtual bool draggable() const; |
virtual bool isInteractiveContent() const OVERRIDE; |