| Index: third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.cpp b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.cpp
|
| index d1d1b16b9fa15e4853182ea8a072e400f3878070..ab7c167f9b1a19549fa53391c88c893389fd002a 100644
|
| --- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.cpp
|
| @@ -326,8 +326,7 @@ void TableLayoutAlgorithmFixed::willChangeTableLayout()
|
| // (see calcWidthArray above.) This optimization is preferred to always
|
| // computing the logical widths we never intended to use.
|
| m_table->recalcSectionsIfNeeded();
|
| - for (LayoutTableSection* section = m_table->topNonEmptySection(); section; section = m_table->sectionBelow(section))
|
| - section->markAllCellsWidthsDirtyAndOrNeedsLayout(LayoutTableSection::MarkDirtyOnly);
|
| + m_table->markAllCellsWidthsDirtyAndOrNeedsLayout(LayoutTable::MarkDirtyOnly);
|
| }
|
|
|
| } // namespace blink
|
|
|