LibWeb: Include namespace parameter in associated_attribute_changed()

This commit is contained in:
Tim Ledbetter 2024-12-12 19:48:32 +00:00 committed by Tim Flynn
parent 5947c37637
commit 40cb36607c
Notes: github-actions[bot] 2024-12-14 20:12:28 +00:00
11 changed files with 12 additions and 12 deletions

View file

@ -1195,7 +1195,7 @@ void HTMLInputElement::did_lose_focus()
commit_pending_changes();
}
void HTMLInputElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value)
void HTMLInputElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value, Optional<FlyString> const&)
{
if (name == HTML::AttributeNames::checked) {
if (!value.has_value()) {