| Index: Source/core/rendering/RenderTableCell.cpp
|
| diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp
|
| index ef2d09a03d12ad4c89ff523d31da17efa5ff8f94..7712bd63b96f87c60e82d23f9aa5094ab4898247 100644
|
| --- a/Source/core/rendering/RenderTableCell.cpp
|
| +++ b/Source/core/rendering/RenderTableCell.cpp
|
| @@ -102,8 +102,6 @@ void RenderTableCell::colSpanOrRowSpanChanged()
|
|
|
| updateColAndRowSpanFlags();
|
|
|
| - // FIXME: I suspect that we could return early here if !m_hasColSpan && !m_hasRowSpan.
|
| -
|
| setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| if (parent() && section())
|
| section()->setNeedsCellRecalc();
|
|
|