| Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| index fbf79acc7e3cbe3601ec743de7019150bd6223f5..8964c395fddaf84691944b7fed1e849d8dc60284 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| @@ -113,7 +113,7 @@ void SVGComponentTransferFunctionElement::svgAttributeChanged(const QualifiedNam
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| invalidateFilterPrimitiveParent(this);
|
| }
|
|
|