| Index: Source/core/html/HTMLTableColElement.cpp
|
| diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp
|
| index be96aea2ff2384804af8bd455d518c49a94fa850..878d3657f8b459d2f39f2d47ee8d130929e1387b 100644
|
| --- a/Source/core/html/HTMLTableColElement.cpp
|
| +++ b/Source/core/html/HTMLTableColElement.cpp
|
| @@ -76,7 +76,7 @@ void HTMLTableColElement::parseAttribute(const QualifiedName& name, const Atomic
|
| LayoutTableCol* col = toLayoutTableCol(layoutObject());
|
| int newWidth = width().toInt();
|
| if (newWidth != col->size().width())
|
| - col->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| + col->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::AttributeChanged);
|
| }
|
| }
|
| } else
|
|
|