Bug 895274 part.65 Rename NS_FORM_CHANGE to eFormChange r=smaug
This commit is contained in:
@@ -3299,7 +3299,7 @@ HTMLInputElement::PreHandleEvent(EventChainPreVisitor& aVisitor)
|
||||
numberControlFrame->HandlingInputEvent(false);
|
||||
}
|
||||
}
|
||||
else if (aVisitor.mEvent->mMessage == NS_FORM_CHANGE) {
|
||||
else if (aVisitor.mEvent->mMessage == eFormChange) {
|
||||
// We cancel the DOM 'change' event that is fired for any change to our
|
||||
// anonymous text control since we fire our own 'change' events and
|
||||
// content shouldn't be seeing two 'change' events. Besides that we
|
||||
|
||||
Reference in New Issue
Block a user