| Index: Source/core/svg/SVGForeignObjectElement.cpp
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp
|
| index a588a67984e325a1d144c468e5b4c0d1da6350c1..d24b583ea59e72a3a11e123bb62d164a3ebff9f9 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.cpp
|
| +++ b/Source/core/svg/SVGForeignObjectElement.cpp
|
| @@ -120,7 +120,7 @@ void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName)
|
| setNeedsStyleRecalc(LocalStyleChange);
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| bool isLengthAttribute = attrName == SVGNames::xAttr
|
| || attrName == SVGNames::yAttr
|
|
|