Index: Source/core/rendering/svg/RenderSVGTSpan.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGTSpan.cpp b/Source/core/rendering/svg/RenderSVGTSpan.cpp |
index 7daa7dbf9d0a76731b066246fc26477b5e4f6fa5..40deda3f93bfb86f48aaa0a3262c2c1a26059bd3 100644 |
--- a/Source/core/rendering/svg/RenderSVGTSpan.cpp |
+++ b/Source/core/rendering/svg/RenderSVGTSpan.cpp |
@@ -32,7 +32,7 @@ RenderSVGTSpan::RenderSVGTSpan(Element* element) |
{ |
} |
-bool RenderSVGTSpan::isChildAllowed(RenderObject* child, const RenderStyle&) const |
+bool RenderSVGTSpan::isChildAllowed(LayoutObject* child, const RenderStyle&) const |
{ |
// Always allow text (except empty textnodes and <br>). |
if (child->isText()) |