| Index: Source/core/paint/BlockPainter.cpp
|
| diff --git a/Source/core/paint/BlockPainter.cpp b/Source/core/paint/BlockPainter.cpp
|
| index 078b8c3a2186ef124343eceabd885e04625cbded..09a2bc91274ddf827d88a4c27e96b9768e1dd6a1 100644
|
| --- a/Source/core/paint/BlockPainter.cpp
|
| +++ b/Source/core/paint/BlockPainter.cpp
|
| @@ -130,7 +130,7 @@ void BlockPainter::paintInlineBox(InlineBox& inlineBox, const PaintInfo& paintIn
|
| paintAsInlineBlock(inlineBox.renderer(), paintInfo, childPoint);
|
| }
|
|
|
| -void BlockPainter::paintAsInlineBlock(RenderObject& renderer, const PaintInfo& paintInfo, const LayoutPoint& childPoint)
|
| +void BlockPainter::paintAsInlineBlock(LayoutObject& renderer, const PaintInfo& paintInfo, const LayoutPoint& childPoint)
|
| {
|
| if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
|
| return;
|
|
|