| Index: Source/core/svg/SVGFETileElement.cpp
|
| diff --git a/Source/core/svg/SVGFETileElement.cpp b/Source/core/svg/SVGFETileElement.cpp
|
| index 9f5e475c96b37672c055ffaffac12b6dff27c0a1..f71e69486d4a8faf65bdfef9eab0fe5426d96c2f 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::InvalidationGuard invalidationGuard(this);
|
|
|
| if (attrName == SVGNames::inAttr) {
|
| invalidate();
|
|
|