| Index: Source/core/svg/SVGTextPathElement.h
|
| diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h
|
| index c7e14bb8fa5b8e272f2d29f8b2462861c66c026f..38a877fe2eecb990b01700ac9ecb9a1bc05a2bda 100644
|
| --- a/Source/core/svg/SVGTextPathElement.h
|
| +++ b/Source/core/svg/SVGTextPathElement.h
|
| @@ -79,7 +79,7 @@ private:
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| - virtual RenderObject* createRenderer(const RenderStyle&) override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
| virtual bool rendererIsNeeded(const RenderStyle&) override;
|
|
|
| virtual bool selfHasRelativeLengths() const override;
|
|
|