| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index 99badde637683a0b49fe8728b0267f97962bb916..dfb1ee4a4d7f592861aac8a8c6d4c18f234c66ed 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -94,7 +94,7 @@ protected:
|
|
|
| private:
|
| 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 void defaultEventHandler(Event*) override final;
|
|
|