| Index: Source/core/paint/RootInlineBoxPainter.cpp
|
| diff --git a/Source/core/paint/RootInlineBoxPainter.cpp b/Source/core/paint/RootInlineBoxPainter.cpp
|
| index 09a95bc2dcd47df679dbb3bb1fa6f27bd0abfff6..4fcdfd2eba45d13fed2bfbbd7fe482d6d3f5dbdf 100644
|
| --- a/Source/core/paint/RootInlineBoxPainter.cpp
|
| +++ b/Source/core/paint/RootInlineBoxPainter.cpp
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| void RootInlineBoxPainter::paintEllipsisBox(const PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom) const
|
| {
|
| - if (m_rootInlineBox.hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&m_rootInlineBox.renderer()) && m_rootInlineBox.renderer().style()->visibility() == VISIBLE
|
| + if (m_rootInlineBox.hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&m_rootInlineBox.layoutObject()) && m_rootInlineBox.layoutObject().style()->visibility() == VISIBLE
|
| && paintInfo.phase == PaintPhaseForeground)
|
| m_rootInlineBox.ellipsisBox()->paint(paintInfo, paintOffset, lineTop, lineBottom);
|
| }
|
|
|