| Index: Source/core/svg/SVGTextPathElement.h
|
| diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h
|
| index 7f3fe195de5ba176e2a351eba5943490ca936ce5..efedf921b9f1686876071daf9c401deeeb038147 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(RenderStyle*) override;
|
| + virtual RenderObject* createRenderer(const RenderStyle*) override;
|
| virtual bool rendererIsNeeded(const RenderStyle&) override;
|
|
|
| virtual bool selfHasRelativeLengths() const override;
|
|
|