| Index: Source/core/svg/SVGTextContentElement.h
 | 
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
 | 
| index 39c9d934607a4271b293b6df9781b247bb894a86..e94ba3b8af4bac1c7f543cf9a1ee027f65bc058a 100644
 | 
| --- a/Source/core/svg/SVGTextContentElement.h
 | 
| +++ b/Source/core/svg/SVGTextContentElement.h
 | 
| @@ -70,7 +70,6 @@ public:
 | 
|  protected:
 | 
|      SVGTextContentElement(const QualifiedName&, Document&);
 | 
|  
 | 
| -    bool isSupportedAttribute(const QualifiedName&);
 | 
|      virtual bool isPresentationAttribute(const QualifiedName&) const override final;
 | 
|      virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override final;
 | 
|      virtual void svgAttributeChanged(const QualifiedName&) override;
 | 
| 
 |