| Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| index 0840fad99abd40a4912cd2ef22a21a4d600573e5..9a8b8b873915e99379ea9a7605070d8bdf6833bd 100644
|
| --- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| +++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| @@ -144,7 +144,7 @@ RenderObject* SVGFilterPrimitiveStandardAttributes::createRenderer(RenderStyle*)
|
| bool SVGFilterPrimitiveStandardAttributes::rendererIsNeeded(const NodeRenderingContext& context)
|
| {
|
| if (parentNode() && (parentNode()->hasTagName(SVGNames::filterTag)))
|
| - return rendererIsNeededInternal(context);
|
| + return SVGElement::rendererIsNeeded(context);
|
|
|
| return false;
|
| }
|
|
|