Index: Source/core/rendering/RenderTableCell.cpp |
diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp |
index cf9204248823210ec66b0dc8fe11333f73ae1a84..b1badb2eeca2a7f4cf77b4162504647825f3732b 100644 |
--- a/Source/core/rendering/RenderTableCell.cpp |
+++ b/Source/core/rendering/RenderTableCell.cpp |
@@ -1092,7 +1092,7 @@ void RenderTableCell::paintCollapsedBorders(PaintInfo& paintInfo, const LayoutPo |
if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE) |
return; |
- LayoutRect localRepaintRect = paintInfo.rect(); |
+ LayoutRect localRepaintRect = paintInfo.rect; |
localRepaintRect.inflate(maximalOutlineSize(paintInfo.phase)); |
LayoutRect paintRect = LayoutRect(paintOffset + location(), pixelSnappedSize()); |