Index: Source/core/rendering/svg/RenderSVGTextPath.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp |
index 18a928f3c3c92993934fd1c7ef34fc7de7c49417..1277d8b55ae16f51bd8264d80933581522499306 100644 |
--- a/Source/core/rendering/svg/RenderSVGTextPath.cpp |
+++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp |
@@ -33,7 +33,7 @@ RenderSVGTextPath::RenderSVGTextPath(Element* element) |
{ |
} |
-bool RenderSVGTextPath::isChildAllowed(RenderObject* child, RenderStyle*) const |
+bool RenderSVGTextPath::isChildAllowed(RenderObject* child, const RenderStyle*) const |
{ |
if (child->isText()) |
return SVGRenderSupport::isRenderableTextNode(child); |