mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 05:38:24 +00:00
LibWeb: Don't load favicons twice for non-SVG documents
This seems to be a rebase mishap in bdb8af94ee
.
This commit is contained in:
parent
5f7745641d
commit
12fce55caf
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/ADKaster
Commit: 12fce55caf
1 changed files with 0 additions and 1 deletions
|
@ -2158,7 +2158,6 @@ void Document::update_readiness(HTML::DocumentReadyState readiness_value)
|
|||
if (!is_decoded_svg()) {
|
||||
HTML::HTMLLinkElement::load_fallback_favicon_if_needed(*this).release_value_but_fixme_should_propagate_errors();
|
||||
}
|
||||
HTML::HTMLLinkElement::load_fallback_favicon_if_needed(*this).release_value_but_fixme_should_propagate_errors();
|
||||
navigable->traversable_navigable()->page().client().page_did_finish_loading(url());
|
||||
} else {
|
||||
m_needs_to_call_page_did_load = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue