| Index: Source/core/svg/SVGRectElement.h
|
| diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h
|
| index da32aa83aa16ff7afe3245a27580a53f3630c8be..36297b0e393ff12a280daf4d08c3b2f8e7a8d416 100644
|
| --- a/Source/core/svg/SVGRectElement.h
|
| +++ b/Source/core/svg/SVGRectElement.h
|
| @@ -42,8 +42,6 @@ public:
|
| private:
|
| explicit SVGRectElement(Document&);
|
|
|
| - virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
| -
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
|
|