Index: trunk/Source/core/rendering/RenderListMarker.cpp |
=================================================================== |
--- trunk/Source/core/rendering/RenderListMarker.cpp (revision 190671) |
+++ trunk/Source/core/rendering/RenderListMarker.cpp (working copy) |
@@ -1463,8 +1463,8 @@ |
} |
- mutableStyleRef().setMarginStart(Length(marginStart, Fixed)); |
- mutableStyleRef().setMarginEnd(Length(marginEnd, Fixed)); |
+ style()->setMarginStart(Length(marginStart, Fixed)); |
+ style()->setMarginEnd(Length(marginEnd, Fixed)); |
} |
LayoutUnit RenderListMarker::lineHeight(bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const |