Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index bd8b8055569491667e92aff1714a615cc7b47a95..8fa4b67ee6bef76699084efd361b5070741d782d 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -52,8 +52,8 @@ private: |
virtual void defaultEventHandler(Event*); |
virtual bool supportsFocus() const OVERRIDE; |
- virtual bool isMouseFocusable() const; |
- virtual bool isKeyboardFocusable(KeyboardEvent*) const; |
+ virtual bool isMouseFocusable() const OVERRIDE; |
+ virtual bool isKeyboardFocusable() const OVERRIDE; |
virtual bool rendererIsFocusable() const OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const; |