Index: Source/core/svg/SVGRectElement.h |
diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h |
index 52d9b29897b52dc394ce2e371d8c89d12d7ed00e..5285a75f41096b73de8ec2168cef26c786b6caa2 100644 |
--- a/Source/core/svg/SVGRectElement.h |
+++ b/Source/core/svg/SVGRectElement.h |
@@ -49,7 +49,6 @@ private: |
virtual bool isPresentationAttribute(const QualifiedName&) const override; |
virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
- bool isSupportedAttribute(const QualifiedName&); |
virtual void svgAttributeChanged(const QualifiedName&) override; |
virtual bool selfHasRelativeLengths() const override; |