Index: Source/core/svg/SVGSymbolElement.cpp |
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp |
index 1acac8b95fcfe5f3baf85df0cab735026d96bbec..3e33cc100d533bdedab73b38ff56ed37ee99bdf3 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::InvalidationGuard invalidationGuard(this); |
// Every other property change is ignored. |
if (attrName == SVGNames::viewBoxAttr) |