Index: Source/WebCore/rendering/RenderWidget.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderWidget.cpp (revision 145084) |
+++ Source/WebCore/rendering/RenderWidget.cpp (working copy) |
@@ -250,7 +250,7 @@ |
} |
if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline()) |
- paintOutline(paintInfo.context, LayoutRect(adjustedPaintOffset, size())); |
+ paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, size())); |
if (!m_frameView || paintInfo.phase != PaintPhaseForeground) |
return; |