Move two functions of HTMLInputElement
* Fold HTMLInputElement::IsInRequiredRadioButtonGroup() into RadioInputType::ValueMissing(), which was the only caller. * Move HTMLInputElement::CheckedRadioButtonForGroup() to RadioInputType because it is used only by RadioInputType. * Make HTMLInputElement::GetRadioButtonGroupScope public because now it is used by RadioInputType. This CL has no behavior changes. Change-Id: I1811e208cf071d4e657d9f88e393dfdd1d2fe800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982512Reviewed-by:Mason Freed <masonfreed@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#727845}
Showing
Please register or sign in to comment