Index: Source/core/html/HTMLAreaElement.h |
diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h |
index 01cc8aa7cde189c182370ca6afb1ded530fb4350..f6573db3e3ac21d661c07ce070736b31692487ff 100644 |
--- a/Source/core/html/HTMLAreaElement.h |
+++ b/Source/core/html/HTMLAreaElement.h |
@@ -50,12 +50,12 @@ private: |
explicit HTMLAreaElement(Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual bool supportsFocus() const; |
+ virtual bool supportsFocus() const OVERRIDE; |
virtual AtomicString target() const OVERRIDE; |
virtual bool isKeyboardFocusable() const OVERRIDE; |
- virtual bool isMouseFocusable() const; |
+ virtual bool isMouseFocusable() const OVERRIDE; |
virtual bool rendererIsFocusable() const OVERRIDE; |
- virtual void updateFocusAppearance(bool /*restorePreviousSelection*/); |
+ virtual void updateFocusAppearance(bool /*restorePreviousSelection*/) OVERRIDE; |
virtual void setFocus(bool) OVERRIDE; |
enum Shape { Default, Poly, Rect, Circle, Unknown }; |