mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
LibWeb: Include namespace parameter in associated_attribute_changed()
This commit is contained in:
@@ -113,7 +113,7 @@ void HTMLImageElement::apply_presentational_hints(CSS::StyleProperties& style) c
|
||||
});
|
||||
}
|
||||
|
||||
void HTMLImageElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value)
|
||||
void HTMLImageElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value, Optional<FlyString> const&)
|
||||
{
|
||||
if (name == HTML::AttributeNames::crossorigin) {
|
||||
m_cors_setting = cors_setting_attribute_from_keyword(value);
|
||||
|
||||
Reference in New Issue
Block a user