Bug 895274 part.66 Rename NS_FORM_SELECTED to eFormSelect r=smaug
This commit is contained in:
@@ -819,7 +819,7 @@ nsTextInputListener::NotifySelectionChanged(nsIDOMDocument* aDoc, nsISelection*
|
||||
if (presShell)
|
||||
{
|
||||
nsEventStatus status = nsEventStatus_eIgnore;
|
||||
WidgetEvent event(true, NS_FORM_SELECTED);
|
||||
WidgetEvent event(true, eFormSelect);
|
||||
|
||||
presShell->HandleEventWithTarget(&event, mFrame, content, &status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user