| Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| index 488232af1cb79d555528cd2254d4b78040749c1f..25f50f7e5a7d442ee982280f2e4c2140f8a58ecd 100644
|
| --- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| +++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| @@ -123,7 +123,7 @@ void SVGFilterPrimitiveStandardAttributes::setStandardAttributes(FilterEffect* f
|
| filterEffect->setHasHeight(true);
|
| }
|
|
|
| -RenderObject* SVGFilterPrimitiveStandardAttributes::createRenderer(RenderStyle*)
|
| +RenderObject* SVGFilterPrimitiveStandardAttributes::createRenderer(const RenderStyle*)
|
| {
|
| return new RenderSVGResourceFilterPrimitive(this);
|
| }
|
|
|