| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index 282e7fa45ab0745dbbfa2c5ae61cf3c6524ae5f8..3c436e82abbcce95b10c1ccbe69b5c8079d88b0a 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -1164,7 +1164,7 @@ void RenderTableSection::paint(PaintInfo& paintInfo, const LayoutPoint& paintOff
|
| LayoutPoint adjustedPaintOffset = paintOffset + location();
|
|
|
| PaintPhase phase = paintInfo.phase;
|
| - bool pushedClip = pushContentsClip(paintInfo, adjustedPaintOffset);
|
| + bool pushedClip = pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip);
|
| paintObject(paintInfo, adjustedPaintOffset);
|
| if (pushedClip)
|
| popContentsClip(paintInfo, phase, adjustedPaintOffset);
|
|
|