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