| Index: Source/core/svg/SVGCircleElement.h
|
| diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h
|
| index 17724feec2104d6cd77c239d9983a01e3aeb2534..25b5d88f912224eef99a34f101a6f6effdf56cbc 100644
|
| --- a/Source/core/svg/SVGCircleElement.h
|
| +++ b/Source/core/svg/SVGCircleElement.h
|
| @@ -37,7 +37,7 @@ private:
|
| SVGCircleElement(const QualifiedName&, Document*);
|
|
|
| virtual bool isValid() const { return SVGTests::isValid(); }
|
| - virtual bool supportsFocus() const { return true; }
|
| + virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|