| Index: Source/core/rendering/RenderReplaced.cpp
|
| diff --git a/Source/core/rendering/RenderReplaced.cpp b/Source/core/rendering/RenderReplaced.cpp
|
| index a91c1430c70cca4a7783cc2703cf275337ed12bc..91ddc66d9c9fc988d72087a917c4c3d6fa4301d3 100644
|
| --- a/Source/core/rendering/RenderReplaced.cpp
|
| +++ b/Source/core/rendering/RenderReplaced.cpp
|
| @@ -581,7 +581,7 @@ void RenderReplaced::setSelectionState(SelectionState state)
|
| // We only include the space below the baseline in our layer's cached repaint rect if the
|
| // image is selected. Since the selection state has changed update the rect.
|
| if (hasLayer())
|
| - layer()->repainter().computeRepaintRects(containerForRepaint());
|
| + layer()->repainter().computeRepaintRects();
|
|
|
| if (canUpdateSelectionOnRootLineBoxes())
|
| inlineBoxWrapper()->root().setHasSelectedChildren(isSelected());
|
|
|