SVN commit 569562 by wildfox: Fix wrong replace in the last commit here... M +1 -1 DeprecatedRenderSelect.cpp --- branches/work/unity/WebKit/WebCore/rendering/DeprecatedRenderSelect.cpp #569561:569562 @@ -51,7 +51,7 @@ if (m_useListBox) setWidget(createListBox()); else - setWidget(new PlatformListBox); + setWidget(new PlatformComboBox); } void DeprecatedRenderSelect::setWidgetWritingDirection()