| Index: Source/core/rendering/RenderTable.h
|
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
|
| index 1315dba692652e143dfd2af653d28270476cc7b0..d691e8ad8e61054f3aa730dd0892fcd57a1bf427 100644
|
| --- a/Source/core/rendering/RenderTable.h
|
| +++ b/Source/core/rendering/RenderTable.h
|
| @@ -227,7 +227,7 @@ public:
|
| if (documentBeingDestroyed())
|
| return;
|
| m_needsSectionRecalc = true;
|
| - setNeedsLayout();
|
| + setNeedsLayoutAndFullRepaint();
|
| }
|
|
|
| RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;
|
|
|