Index: Source/core/rendering/RenderListBox.cpp |
diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp |
index 491e6ad33e64a795c7986b474f443a7a2f7c7192..1f79342a1940099cab5f965c5af5af414368ba38 100644 |
--- a/Source/core/rendering/RenderListBox.cpp |
+++ b/Source/core/rendering/RenderListBox.cpp |
@@ -358,7 +358,7 @@ void RenderListBox::paintScrollbar(PaintInfo& paintInfo, const LayoutPoint& pain |
m_vBar->width(), |
height() - (borderTop() + borderBottom())); |
m_vBar->setFrameRect(scrollRect); |
- m_vBar->paint(paintInfo.context, paintInfo.rect); |
+ m_vBar->paint(paintInfo.context, paintInfo.rect()); |
} |
} |