mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibWeb: Include namespace parameter in associated_attribute_changed()
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user