| Index: Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| index b8718bc00b5580ca2b2f1105c3d9afd3a993d584..23221674b850910292552964edcfc7569e79fa22 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, const RenderStyle&) const
|
| +bool RenderSVGTextPath::isChildAllowed(LayoutObject* child, const RenderStyle&) const
|
| {
|
| if (child->isText())
|
| return SVGRenderSupport::isRenderableTextNode(child);
|
|
|