Index: Source/core/svg/SVGForeignObjectElement.cpp |
diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp |
index a588a67984e325a1d144c468e5b4c0d1da6350c1..b605309b453c477bab063d570df97901b362ce26 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::InvalidationGuard invalidationGuard(this); |
bool isLengthAttribute = attrName == SVGNames::xAttr |
|| attrName == SVGNames::yAttr |