Index: Source/core/svg/SVGSymbolElement.cpp |
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp |
index 1acac8b95fcfe5f3baf85df0cab735026d96bbec..50eaf7e787d74c44247f03a12c3c15830c677042 100644 |
--- a/Source/core/svg/SVGSymbolElement.cpp |
+++ b/Source/core/svg/SVGSymbolElement.cpp |
@@ -72,7 +72,7 @@ void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InstanceInvalidationGuard invalidationGuard(this); |
// Every other property change is ignored. |
if (attrName == SVGNames::viewBoxAttr) |