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