Index: Source/core/layout/svg/LayoutSVGTextPath.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGTextPath.cpp b/Source/core/layout/svg/LayoutSVGTextPath.cpp |
index 3dcbe785a8fec6ba69ac356d6236f092d03b3f45..41a238845a6c8e1307a6ee1162dfd6ee1b30cf53 100644 |
--- a/Source/core/layout/svg/LayoutSVGTextPath.cpp |
+++ b/Source/core/layout/svg/LayoutSVGTextPath.cpp |
@@ -33,7 +33,7 @@ LayoutSVGTextPath::LayoutSVGTextPath(Element* element) |
{ |
} |
-bool LayoutSVGTextPath::isChildAllowed(LayoutObject* child, const LayoutStyle&) const |
+bool LayoutSVGTextPath::isChildAllowed(LayoutObject* child, const ComputedStyle&) const |
{ |
if (child->isText()) |
return SVGLayoutSupport::isLayoutableTextNode(child); |