| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| index 390d419a7e79306141689d5bfded55d62b7b31f2..3b483af585d07d78261221e860482feb522733f7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -1350,7 +1350,7 @@ void LayoutTableCell::CollectBorderValues(
|
| if (changed) {
|
| ObjectPaintInvalidator(*Table())
|
| .SlowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(
|
| - *this, kPaintInvalidationStyleChange);
|
| + *Section(), kPaintInvalidationStyleChange);
|
| }
|
|
|
| AddBorderStyle(border_values, new_values.StartBorder());
|
|
|