Index: Source/core/html/HTMLTableColElement.cpp |
diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp |
index 8ff2ada999695741a25be3232f76093a3a65b4db..461ee56f22d882aa50d18f839d2866ce7f56eb3b 100644 |
--- a/Source/core/html/HTMLTableColElement.cpp |
+++ b/Source/core/html/HTMLTableColElement.cpp |
@@ -73,7 +73,7 @@ void HTMLTableColElement::parseAttribute(const QualifiedName& name, const Atomic |
RenderTableCol* col = toRenderTableCol(renderer()); |
int newWidth = width().toInt(); |
if (newWidth != col->width()) |
- col->setNeedsLayoutAndPrefWidthsRecalcAndFullRepaint(); |
+ col->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(); |
} |
} |
} else |