Index: Source/WebCore/rendering/RenderTable.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderTable.cpp (revision 145114) |
+++ Source/WebCore/rendering/RenderTable.cpp (working copy) |
@@ -656,7 +656,7 @@ |
// Paint outline. |
if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE) |
- paintOutline(paintInfo.context, LayoutRect(paintOffset, size())); |
+ paintOutline(paintInfo, LayoutRect(paintOffset, size())); |
} |
void RenderTable::subtractCaptionRect(LayoutRect& rect) const |