Index: Source/core/svg/SVGTextElement.h |
diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h |
index 3e467cd1aa99df4a703ad726c2bf5a043f549285..52dbc372d00ee8b5e0b86632c6cc9be1d866818f 100644 |
--- a/Source/core/svg/SVGTextElement.h |
+++ b/Source/core/svg/SVGTextElement.h |
@@ -31,8 +31,6 @@ class SVGTextElement final : public SVGTextPositioningElement { |
public: |
DECLARE_NODE_FACTORY(SVGTextElement); |
- virtual AffineTransform animatedLocalTransform() const override; |
- |
private: |
explicit SVGTextElement(Document&); |