| Index: third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TablePainter.cpp b/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| index 0f66036af6bd9204b2fb9fe0d9355e4a1ae31a44..16f910484ae6263f1cb44bbaf6332af82bd83f8f 100644
|
| --- a/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| @@ -48,7 +48,8 @@ void TablePainter::paintObject(const PaintInfo& paintInfo,
|
| shouldPaintDescendantBlockBackgrounds(paintPhase) &&
|
| m_layoutTable.style()->visibility() == EVisibility::Visible) {
|
| // Using our cached sorted styles, we then do individual passes,
|
| - // painting each style of border from lowest precedence to highest precedence.
|
| + // painting each style of border from lowest precedence to highest
|
| + // precedence.
|
| LayoutTable::CollapsedBorderValues collapsedBorders =
|
| m_layoutTable.collapsedBorders();
|
| size_t count = collapsedBorders.size();
|
|
|