| Index: Source/core/rendering/RenderListMarker.cpp
|
| diff --git a/Source/core/rendering/RenderListMarker.cpp b/Source/core/rendering/RenderListMarker.cpp
|
| index 648c067252323e748873c42ccaa7920a0b3a0789..5cdd55c97e70907f8f792cbe7187da56cf95c571 100644
|
| --- a/Source/core/rendering/RenderListMarker.cpp
|
| +++ b/Source/core/rendering/RenderListMarker.cpp
|
| @@ -1463,8 +1463,8 @@ void RenderListMarker::updateMargins()
|
|
|
| }
|
|
|
| - style()->setMarginStart(Length(marginStart, Fixed));
|
| - style()->setMarginEnd(Length(marginEnd, Fixed));
|
| + mutableStyleRef().setMarginStart(Length(marginStart, Fixed));
|
| + mutableStyleRef().setMarginEnd(Length(marginEnd, Fixed));
|
| }
|
|
|
| LayoutUnit RenderListMarker::lineHeight(bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
|
|
|