| Index: Source/core/svg/SVGAElement.h
|
| diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
|
| index e6bc8b871764ee4255e2dda2f46260d44336a3ca..f6c3e02277b1f7848be91e54d899b4b34b8e3393 100644
|
| --- a/Source/core/svg/SVGAElement.h
|
| +++ b/Source/core/svg/SVGAElement.h
|
| @@ -51,8 +51,7 @@ private:
|
|
|
| virtual bool supportsFocus() const OVERRIDE;
|
| 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 bool isURLAttribute(const Attribute&) const OVERRIDE;
|
|
|