Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index 52c5d9aa5594438b4aaefb4eb5f0c4d6be95a27b..dcec2127536c7fe8e02c9b577955e428166da5bd 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -116,7 +116,7 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName) |
markForLayoutAndParentResourceInvalidation(object); |
} |
-RenderObject* SVGTextPathElement::createRenderer(RenderStyle*) |
+RenderObject* SVGTextPathElement::createRenderer(const RenderStyle*) |
{ |
return new RenderSVGTextPath(this); |
} |