| Index: Source/core/svg/SVGTextPositioningElement.h
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.h b/Source/core/svg/SVGTextPositioningElement.h
|
| index 49f0f70c8f59050969d34260c93450d26791fcbb..618a35f4a1f5c32abc682af9d429114a86471fcd 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.h
|
| +++ b/Source/core/svg/SVGTextPositioningElement.h
|
| @@ -45,8 +45,8 @@ public:
|
| protected:
|
| SVGTextPositioningElement(const QualifiedName&, Document&);
|
|
|
| - virtual void svgAttributeChanged(const QualifiedName&) override final;
|
| - virtual bool isTextPositioning() const override final { return true; }
|
| + void svgAttributeChanged(const QualifiedName&) final;
|
| + bool isTextPositioning() const final { return true; }
|
|
|
| RefPtrWillBeMember<SVGAnimatedLengthList> m_x;
|
| RefPtrWillBeMember<SVGAnimatedLengthList> m_y;
|
|
|