| Index: Source/core/rendering/RenderListItem.cpp
|
| diff --git a/Source/core/rendering/RenderListItem.cpp b/Source/core/rendering/RenderListItem.cpp
|
| index 840eb7ef002622ce29102e53fb4a95f87d00c4f3..43b908850cd9e6bb569a2bbfb4b463228e21ecdb 100644
|
| --- a/Source/core/rendering/RenderListItem.cpp
|
| +++ b/Source/core/rendering/RenderListItem.cpp
|
| @@ -291,7 +291,6 @@ void RenderListItem::updateMarkerLocation()
|
|
|
| // Removing and adding the marker can trigger repainting in
|
| // containers other than ourselves, so we need to disable LayoutState.
|
| - ForceHorriblySlowRectMapping slowRectMapping(*this);
|
| updateFirstLetter();
|
| m_marker->remove();
|
| if (markerParent)
|
|
|