| Index: Source/web/PopupListBox.cpp
|
| diff --git a/Source/web/PopupListBox.cpp b/Source/web/PopupListBox.cpp
|
| index 223ecabf03e4368017be4a126f045b608f25ff99..28e16f7ebcbcd077203a42ca507349d3816aa1ed 100644
|
| --- a/Source/web/PopupListBox.cpp
|
| +++ b/Source/web/PopupListBox.cpp
|
| @@ -396,7 +396,7 @@ static const int optionRowHeightForTouch = 28;
|
|
|
| void PopupListBox::paintRow(GraphicsContext* gc, const IntRect& rect, int rowIndex)
|
| {
|
| - // This code is based largely on RenderListBox::paint* methods.
|
| + // This code is based largely on LayoutListBox::paint* methods.
|
|
|
| IntRect rowRect = getRowBounds(rowIndex);
|
| if (!rowRect.intersects(rect))
|
|
|