mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Return success when a <link> element decodes a valid favicon
This commit is contained in:
committed by
Andreas Kling
parent
1504469c50
commit
b1274a885b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user