| Index: Source/core/svg/SVGLinearGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.cpp b/Source/core/svg/SVGLinearGradientElement.cpp
|
| index 81c4727db95decbb702ca324c069849fadf769d5..5690016a90e3d57b3c6faeb606019c06fe3c1d5d 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.cpp
|
| +++ b/Source/core/svg/SVGLinearGradientElement.cpp
|
| @@ -95,7 +95,7 @@ void SVGLinearGradientElement::svgAttributeChanged(const QualifiedName& attrName
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| updateRelativeLengthsInformation();
|
|
|
|
|