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
11 changed files with 12 additions and 12 deletions

View File

@@ -439,7 +439,7 @@ void HTMLTextAreaElement::children_changed()
}
}
void HTMLTextAreaElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value)
void HTMLTextAreaElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value, Optional<FlyString> const&)
{
if (name == HTML::AttributeNames::placeholder) {
if (m_placeholder_text_node)