| Index: Source/core/svg/SVGLineElement.cpp
|
| diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp
|
| index 5f1852d010b5eb881eb298bb6f0364df2945a24c..abe03cd116eb8de3b49127eecbef8cd30736bf6c 100644
|
| --- a/Source/core/svg/SVGLineElement.cpp
|
| +++ b/Source/core/svg/SVGLineElement.cpp
|
| @@ -87,7 +87,7 @@ void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| bool isLengthAttribute = attrName == SVGNames::x1Attr
|
| || attrName == SVGNames::y1Attr
|
|
|