Index: Source/core/paint/TableSectionPainter.cpp |
diff --git a/Source/core/paint/TableSectionPainter.cpp b/Source/core/paint/TableSectionPainter.cpp |
index 75ea6b1aff4a635b9d3856bea39e23542cb8c802..6fff0b45f9e33aa6c3fdbb2880cc3e64da185782 100644 |
--- a/Source/core/paint/TableSectionPainter.cpp |
+++ b/Source/core/paint/TableSectionPainter.cpp |
@@ -38,7 +38,7 @@ void TableSectionPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& p |
} |
if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && m_layoutTableSection.style()->visibility() == VISIBLE) |
- ObjectPainter(m_layoutTableSection).paintOutline(paintInfo, m_layoutTableSection.visualOverflowRect(), m_layoutTableSection.size(), adjustedPaintOffset); |
+ ObjectPainter(m_layoutTableSection).paintOutline(paintInfo, adjustedPaintOffset); |
} |
static inline bool compareCellPositions(LayoutTableCell* elem1, LayoutTableCell* elem2) |