mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibWeb: Return success when a <link> element decodes a valid favicon
This commit is contained in:
parent
1504469c50
commit
b1274a885b
Notes:
sideshowbarker
2024-07-17 00:47:29 +09:00
Author: https://github.com/trflynn89
Commit: b1274a885b
Pull-request: https://github.com/SerenityOS/serenity/pull/21692
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ bool HTMLLinkElement::load_favicon_and_use_if_window_is_active()
|
|||
navigable()->traversable_navigable()->page()->client().page_did_change_favicon(*favicon_bitmap);
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void HTMLLinkElement::visit_edges(Cell::Visitor& visitor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue