Bug 430214, patch1, r+sr=sicking

This commit is contained in:
Olli Pettay 2008-12-03 13:09:42 +02:00
Родитель 30c4bc161a
Коммит 78a6e12e83
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -1074,9 +1074,6 @@ nsHTMLSelectElement::SetOptionsSelectedByIndex(PRInt32 aStartIndex,
if (optionsSelected || optionsDeselected) {
if (aChangedSomething)
*aChangedSomething = PR_TRUE;
// Dispatch an event to notify the subcontent that the selected item has changed
DispatchDOMEvent(NS_LITERAL_STRING("selectedItemChanged"));
}
return NS_OK;