| Index: Source/core/paint/BlockPainter.cpp
|
| diff --git a/Source/core/paint/BlockPainter.cpp b/Source/core/paint/BlockPainter.cpp
|
| index d9453378aa8f4b6474a5ab672c40fb621fcd6674..8954cd3c35cfe9c172b7bbc096d42bd3aa4cd63b 100644
|
| --- a/Source/core/paint/BlockPainter.cpp
|
| +++ b/Source/core/paint/BlockPainter.cpp
|
| @@ -211,7 +211,7 @@ void BlockPainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOff
|
| // Don't paint focus ring for anonymous block continuation because the
|
| // inline element having outline-style:auto paints the whole focus ring.
|
| if (!m_renderBlock.style()->outlineStyleIsAuto() || !m_renderBlock.isAnonymousBlockContinuation())
|
| - m_renderBlock.paintOutline(paintInfo, LayoutRect(paintOffset, m_renderBlock.size()));
|
| + ObjectPainter(m_renderBlock).paintOutline(paintInfo, LayoutRect(paintOffset, m_renderBlock.size()));
|
| }
|
|
|
| // 6. paint continuation outlines.
|
|
|