Index: Source/WebCore/rendering/RenderTableSection.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderTableSection.cpp (revision 145114) |
+++ Source/WebCore/rendering/RenderTableSection.cpp (working copy) |
@@ -917,7 +917,7 @@ |
popContentsClip(paintInfo, phase, adjustedPaintOffset); |
if ((phase == PaintPhaseOutline || phase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE) |
- paintOutline(paintInfo.context, LayoutRect(adjustedPaintOffset, size())); |
+ paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, size())); |
} |
static inline bool compareCellPositions(RenderTableCell* elem1, RenderTableCell* elem2) |