| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp | 
| index 572ded78393d7569895f8675089d703213f800dc..79f4c106b35ec839dde3d9545f37808d88aad3b9 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp | 
| @@ -132,7 +132,7 @@ | 
|  | 
| if (!table->selfNeedsLayout() && !table->normalChildNeedsLayout() && | 
| oldStyle->border() != style()->border()) | 
| -    table->invalidateCollapsedBorders(); | 
| +    table->invalidateCollapsedBorders(PaintInvalidationStyleChange); | 
|  | 
| if (LayoutTableBoxComponent::doCellsHaveDirtyWidth(*this, *table, diff, | 
| *oldStyle)) | 
|  |