| Index: third_party/WebKit/Source/core/layout/LayoutTableCol.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp
|
| index b136ac8a52247a80293212d21b491e34d2473cd4..ba923455e9356954adaa151196e0989f538ca1e2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp
|
| @@ -60,7 +60,7 @@
|
| // the next one can't be, so don't even check its condition.
|
| if (!table->selfNeedsLayout() && !table->normalChildNeedsLayout() &&
|
| oldStyle->border() != style()->border()) {
|
| - table->invalidateCollapsedBorders(PaintInvalidationStyleChange);
|
| + table->invalidateCollapsedBorders();
|
| } else if ((oldStyle->logicalWidth() != style()->logicalWidth()) ||
|
| LayoutTableBoxComponent::doCellsHaveDirtyWidth(*this, *table, diff,
|
| *oldStyle)) {
|
|
|