diff --git a/Userland/Libraries/LibWeb/DOM/Document.cpp b/Userland/Libraries/LibWeb/DOM/Document.cpp index 0c2248afe55..9e9281f5473 100644 --- a/Userland/Libraries/LibWeb/DOM/Document.cpp +++ b/Userland/Libraries/LibWeb/DOM/Document.cpp @@ -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;