| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index 9bc99d6f532cb87bf3dc2524a3a8a51183a20695..9ddd6974efc554557b11ec2bbe8c2820e3a4a42d 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -423,7 +423,7 @@ void SVGElement::invalidateRelativeLengthClients(SubtreeLayoutScope* layoutScope
|
| if (renderer->isSVGResourceContainer())
|
| toLayoutSVGResourceContainer(renderer)->invalidateCacheAndMarkForLayout(layoutScope);
|
| else
|
| - renderer->setNeedsLayoutAndFullPaintInvalidation(MarkContainerChain, layoutScope);
|
| + renderer->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::Unknown, MarkContainerChain, layoutScope);
|
| }
|
|
|
| for (SVGElement* element : m_elementsWithRelativeLengths) {
|
|
|