| Index: Source/core/svg/SVGStopElement.cpp
|
| diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp
|
| index 30d7abfc7dc88145876ee6e944622a9d5a73cc0c..5022c02e724bf63e97a5497650e7fde146040010 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(RenderStyle*)
|
| +LayoutObject* SVGStopElement::createRenderer(RenderStyle*)
|
| {
|
| return new RenderSVGGradientStop(this);
|
| }
|
|
|