| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index c792917d29ab20c6786f14e074ef0461765cda50..1c6950a782bc55916927e76c49ffee717c8697e1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -419,9 +419,9 @@ bool LayoutTable::recalcChildOverflowAfterStyleChange()
|
| ASSERT(childNeedsOverflowRecalcAfterStyleChange());
|
| clearChildNeedsOverflowRecalcAfterStyleChange();
|
|
|
| - // If the table needs layout the sections we keep pointers to may have gone away and
|
| + // If the table sections we keep pointers to have gone away then the table will be rebuilt and
|
| // overflow will get recalculated anyway so return early.
|
| - if (needsLayout())
|
| + if (needsSectionRecalc())
|
| return false;
|
|
|
| bool childrenOverflowChanged = false;
|
|
|