| Index: Source/core/svg/SVGLineElement.cpp
|
| diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp
|
| index 0a8bdadd57d6710c2d0f0545a68b2e1e19154c89..37652b5b6b531a0650b611070bafeeca6f9584b2 100644
|
| --- a/Source/core/svg/SVGLineElement.cpp
|
| +++ b/Source/core/svg/SVGLineElement.cpp
|
| @@ -84,7 +84,7 @@ void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
|
| if (isLengthAttribute)
|
| updateRelativeLengthsInformation();
|
|
|
| - LayoutSVGShape* renderer = toLayoutSVGShape(this->renderer());
|
| + LayoutSVGShape* renderer = toLayoutSVGShape(this->layoutObject());
|
| if (!renderer)
|
| return;
|
|
|
|
|