Index: Source/core/svg/SVGStopElement.cpp |
diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp |
index bfa95841305619b91a6e467f2b9146b7b89be55c..3697e78883bca1852fb3e15dcfd8ab18cbc0dfda 100644 |
--- a/Source/core/svg/SVGStopElement.cpp |
+++ b/Source/core/svg/SVGStopElement.cpp |
@@ -58,7 +58,7 @@ void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName) |
SVGElement::svgAttributeChanged(attrName); |
} |
-RenderObject* SVGStopElement::createRenderer(const RenderStyle&) |
+LayoutObject* SVGStopElement::createRenderer(const RenderStyle&) |
{ |
return new RenderSVGGradientStop(this); |
} |