Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index 76d487a4ef1c500d19e9d962efc3783721b80d66..bbabfcf995a4bec773b76c6e9b58cb7566643470 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -129,7 +129,7 @@ public: |
String typeValue() const { return m_type; } |
const LinkRelAttribute& relAttribute() const { return m_relAttribute; } |
- virtual String target() const; |
+ virtual AtomicString target() const OVERRIDE; |
const AtomicString& type() const; |