Bug 1773070 - While at it rename ContentStateChanged to ElementStateChanged, and make it take elements. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D148553
This commit is contained in:
@@ -6545,7 +6545,7 @@ void HTMLInputElement::UpdateValueMissingValidityStateForRadio(
|
||||
|
||||
SetValidityState(VALIDITY_STATE_VALUE_MISSING, valueMissing);
|
||||
|
||||
// nsRadioSetValueMissingState will call ContentStateChanged while visiting.
|
||||
// nsRadioSetValueMissingState will call ElementStateChanged while visiting.
|
||||
nsAutoScriptBlocker scriptBlocker;
|
||||
nsCOMPtr<nsIRadioVisitor> visitor =
|
||||
new nsRadioSetValueMissingState(this, valueMissing);
|
||||
|
||||
Reference in New Issue
Block a user