Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index 84e712d6e4fd5b53e9ad6791c6107facf7c75e28..547398b03d4b277c074c2987deef6b013c23861f 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -54,7 +54,7 @@ private: |
virtual bool supportsFocus() const override; |
virtual bool shouldHaveFocusAppearance() const override final; |
- virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) override; |
+ virtual void dispatchFocusEvent(Element* oldFocusedElement, WebFocusType) override; |
virtual bool isMouseFocusable() const override; |
virtual bool isKeyboardFocusable() const override; |
virtual bool isURLAttribute(const Attribute&) const override; |