| Index: Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp
|
| index fbcbd05bf207f4fc84f811297da34228cefbdf02..5767d025b444c05687f572eaa833dbe5b6765db0 100644
|
| --- a/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/Source/core/html/HTMLSelectElement.cpp
|
| @@ -640,8 +640,6 @@ void HTMLSelectElement::updateListBoxSelection(bool deselectOtherOptions)
|
| void HTMLSelectElement::listBoxOnChange()
|
| {
|
| ASSERT(!usesMenuList() || m_multiple);
|
| - if (isDisabledFormControl())
|
| - return;
|
|
|
| const Vector<HTMLElement*>& items = listItems();
|
|
|
|
|