| Index: Source/core/svg/SVGAElement.h
|
| diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
|
| index 3f3239c76a9931783024c17700a0a2e7a1188e5e..9ff3156ac7b701835655347e6adc6fd96746e407 100644
|
| --- a/Source/core/svg/SVGAElement.h
|
| +++ b/Source/core/svg/SVGAElement.h
|
| @@ -51,6 +51,8 @@ private:
|
| virtual bool isMouseFocusable() const OVERRIDE;
|
| virtual bool isKeyboardFocusable() const OVERRIDE;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| + virtual bool canStartSelection() const OVERRIDE;
|
| + virtual short tabIndex() const OVERRIDE;
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
|
|