| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 1a6170e15a06378341ed5d564c21ad959c59602a..7ac1c6c960ee3afa75b0b7d3941a6be7d5cb29f0 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
|
| const AtomicString& contentScriptType() const;
|
| void setContentScriptType(const AtomicString& type);
|
|
|