Remove incorrect RenderTableCell FIXME

We should not implement this change, since table cells would not update if we
later set their row/colspan to 1.

Review URL: https://codereview.chromium.org/688683004

git-svn-id: svn://svn.chromium.org/blink/trunk@185183 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 464c8c9a
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment