| Index: Source/core/rendering/RenderTableCell.cpp
|
| diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp
|
| index fec275c19214ff55cfb6337751ef0000fd77f4a0..9bdb0ff2ed57828e93f89e705cbb2dfcc130c872 100644
|
| --- a/Source/core/rendering/RenderTableCell.cpp
|
| +++ b/Source/core/rendering/RenderTableCell.cpp
|
| @@ -104,7 +104,7 @@ void RenderTableCell::colSpanOrRowSpanChanged()
|
|
|
| // FIXME: I suspect that we could return early here if !m_hasColSpan && !m_hasRowSpan.
|
|
|
| - setNeedsLayoutAndPrefWidthsRecalc();
|
| + setNeedsLayoutAndPrefWidthsRecalcAndFullRepaint();
|
| if (parent() && section())
|
| section()->setNeedsCellRecalc();
|
| }
|
|
|