mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Include namespace parameter in associated_attribute_changed()
This commit is contained in:
Notes:
github-actions[bot]
2024-12-14 20:12:28 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/40cb36607cd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2891
@@ -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