| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 7511d19a960cb94fee86d57c5c0dd8592128a6d3..32c9836ff2fe27df76cddca3803200c1aff1bd28 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -49,8 +49,6 @@ public:
|
| using SVGGraphicsElement::ref;
|
| using SVGGraphicsElement::deref;
|
|
|
| - virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
| -
|
| // 'SVGSVGElement' functions
|
| PassRefPtr<SVGRectTearOff> viewport() const;
|
|
|
|
|