| Index: Source/core/paint/BlockPainter.cpp
|
| diff --git a/Source/core/paint/BlockPainter.cpp b/Source/core/paint/BlockPainter.cpp
|
| index c8bd98b05cea85f7a1b01241c3cdb32198e0b198..b08a92fc049ff23c47d2d26bc5228566e3fce4fa 100644
|
| --- a/Source/core/paint/BlockPainter.cpp
|
| +++ b/Source/core/paint/BlockPainter.cpp
|
| @@ -215,7 +215,7 @@ void BlockPainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOff
|
| }
|
|
|
| // 6. paint continuation outlines.
|
| - if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines))
|
| + if (paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines)
|
| paintContinuationOutlines(paintInfo, paintOffset);
|
|
|
| // 7. paint caret.
|
|
|