| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index 3dec9db8cb60f8e743388bd26a9714e7b7936e4a..b88156af79fa4c7f5e3145404113e105cac2ec68 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -94,8 +94,7 @@ protected:
|
|
|
| private:
|
| virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL;
|
| - virtual bool wasFocusedByMouse() const OVERRIDE FINAL;
|
| - virtual void setWasFocusedByMouse(bool) OVERRIDE FINAL;
|
| + virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
|
| virtual bool isMouseFocusable() const OVERRIDE;
|
| virtual bool isKeyboardFocusable() const OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
|
|
|