| Index: Source/core/svg/SVGFEMergeNodeElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMergeNodeElement.cpp b/Source/core/svg/SVGFEMergeNodeElement.cpp
|
| index 4f33793e7c450d9d6247cace5856e837d125bda2..ae409ce219a586545d0bd9d89fbc9afa4db948c4 100644
|
| --- a/Source/core/svg/SVGFEMergeNodeElement.cpp
|
| +++ b/Source/core/svg/SVGFEMergeNodeElement.cpp
|
| @@ -72,7 +72,7 @@ void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| if (attrName == SVGNames::inAttr) {
|
| invalidateFilterPrimitiveParent(this);
|
|
|