| Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| index fbf79acc7e3cbe3601ec743de7019150bd6223f5..ccdd561400224d6aca5a478ac5bc9dac6455becd 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::InvalidationGuard invalidationGuard(this);
|
|
|
| invalidateFilterPrimitiveParent(this);
|
| }
|
|
|