| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index d55550b194e2a47ede55dfeadeb3dbd0a2b987b9..4fb7f5c0692f5c977d726e9e831313cd3f519275 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -1338,7 +1338,7 @@ void RenderTableSection::paintObject(PaintInfo& paintInfo, const LayoutPoint& pa
|
| {
|
| PaintPhase paintPhase = paintInfo.phase;
|
|
|
| - LayoutRect localRepaintRect = paintInfo.rect;
|
| + LayoutRect localRepaintRect = paintInfo.rect();
|
| localRepaintRect.moveBy(-paintOffset);
|
| localRepaintRect.inflate(maximalOutlineSize(paintPhase));
|
|
|
|
|