Index: Source/core/html/HTMLTableColElement.cpp |
diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp |
index f493a98c4ee4933e61a09ffb9bb6357bac2de2b0..ce4dece7dd1effdac4929d3b6db8da0d0b64915f 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 |
RenderTableCol* col = toRenderTableCol(renderer()); |
int newWidth = width().toInt(); |
if (newWidth != col->width()) |
- col->setNeedsLayoutAndPrefWidthsRecalc(); |
+ col->setNeedsLayoutAndPrefWidthsRecalcAndFullRepaint(); |
} |
} |
} else |