--- a/content/html/content/src/nsHTMLSelectElement.cpp
+++ b/content/html/content/src/nsHTMLSelectElement.cpp
@@ -1069,19 +1069,16 @@ nsHTMLSelectElement::SetOptionsSelectedB
if (optionsDeselected && aStartIndex != -1) {
optionsSelected = CheckSelectSomething() || optionsSelected;
}
// Let the caller know whether anything was changed
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;
}
NS_IMETHODIMP
nsHTMLSelectElement::IsOptionDisabled(PRInt32 aIndex, PRBool* aIsDisabled)
{