mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-14 22:31:56 +00:00
LibWeb: Include namespace parameter in associated_attribute_changed()
This commit is contained in:
parent
5947c37637
commit
40cb36607c
Notes:
github-actions[bot]
2024-12-14 20:12:28 +00:00
Author: https://github.com/tcl3
Commit: 40cb36607c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2891
11 changed files with 12 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue