Bug 1708228 - Part 3: Remove aNotify from HTMLInputElement::VisitGroup r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D113807
This commit is contained in:
Kagami Sascha Rosylight
2021-04-30 11:25:23 +00:00
parent 7c44e8d4f5
commit c3d50e2789
2 changed files with 7 additions and 8 deletions

View File

@@ -978,7 +978,7 @@ class HTMLInputElement final : public TextControlElement,
* Visit the group of radio buttons this radio belongs to
* @param aVisitor the visitor to visit with
*/
nsresult VisitGroup(nsIRadioVisitor* aVisitor, bool aFlushContent);
nsresult VisitGroup(nsIRadioVisitor* aVisitor);
/**
* Do all the work that |SetChecked| does (radio button handling, etc.), but