| Index: Source/core/rendering/RenderListBox.cpp
|
| diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp
|
| index 6892283fe90ec8f37ff585a0696897ba498d541f..0790752d1195e41dcbd093003dcce9ba1cd6f63e 100644
|
| --- a/Source/core/rendering/RenderListBox.cpp
|
| +++ b/Source/core/rendering/RenderListBox.cpp
|
| @@ -148,11 +148,6 @@ void RenderListBox::updateFromElement()
|
| }
|
| }
|
|
|
| -bool RenderListBox::canBeReplacedWithInlineRunIn() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| void RenderListBox::selectionChanged()
|
| {
|
| repaint();
|
|
|