| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index d7532d8146cdf115575ea4d07e1b203d97a280ca..fca2053f63207951aac04383699e2677753e401a 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -50,7 +50,7 @@ public:
|
| using SVGGraphicsElement::deref;
|
|
|
| virtual bool isValid() const { return SVGTests::isValid(); }
|
| - virtual bool supportsFocus() const { return true; }
|
| + virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
|
|
| // 'SVGSVGElement' functions
|
| const AtomicString& contentScriptType() const;
|
|
|