| Index: Source/core/svg/SVGMarkerElement.cpp
|
| diff --git a/Source/core/svg/SVGMarkerElement.cpp b/Source/core/svg/SVGMarkerElement.cpp
|
| index 40055601ae23a0e865c04432a3e2ebf936b79100..053c315b5a47ac228868c9e071bcf436f0a90875 100644
|
| --- a/Source/core/svg/SVGMarkerElement.cpp
|
| +++ b/Source/core/svg/SVGMarkerElement.cpp
|
| @@ -124,7 +124,7 @@ void SVGMarkerElement::childrenChanged(const ChildrenChange& change)
|
| return;
|
|
|
| if (LayoutObject* object = layoutObject())
|
| - object->setNeedsLayoutAndFullPaintInvalidation();
|
| + object->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::ChildChanged);
|
| }
|
|
|
| void SVGMarkerElement::setOrientToAuto()
|
|
|