| Index: Source/core/svg/SVGFETileElement.cpp
|
| diff --git a/Source/core/svg/SVGFETileElement.cpp b/Source/core/svg/SVGFETileElement.cpp
|
| index 9f5e475c96b37672c055ffaffac12b6dff27c0a1..dd43ed759e9327e137b8a699e2fb22d2a685abd5 100644
|
| --- a/Source/core/svg/SVGFETileElement.cpp
|
| +++ b/Source/core/svg/SVGFETileElement.cpp
|
| @@ -74,7 +74,7 @@ void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| if (attrName == SVGNames::inAttr) {
|
| invalidate();
|
|
|