| Index: Source/core/rendering/RenderTableRow.cpp
|
| diff --git a/Source/core/rendering/RenderTableRow.cpp b/Source/core/rendering/RenderTableRow.cpp
|
| index bf5f299469db876e72832405097cbe21eae36dfd..02cc26060a9d9543bdb5533090e7f84bdd097db6 100644
|
| --- a/Source/core/rendering/RenderTableRow.cpp
|
| +++ b/Source/core/rendering/RenderTableRow.cpp
|
| @@ -186,7 +186,7 @@ void RenderTableRow::layout()
|
| // the fact that we did not repaint in setStyle() because we had a layout hint.
|
| // We cannot call repaint() because our clippedOverflowRectForRepaint() is taken from the
|
| // parent table, and being mid-layout, that is invalid. Instead, we repaint our cells.
|
| - if (selfNeedsLayout() && checkForRepaintDuringLayout()) {
|
| + if (selfNeedsLayout() && checkForRepaint()) {
|
| for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
|
| if (child->isTableCell()) {
|
| if (RuntimeEnabledFeatures::repaintAfterLayoutEnabled()) {
|
|
|