Преглед изворни кода

LibWeb: Don't load favicons twice for non-SVG documents

This seems to be a rebase mishap in bdb8af94ee.
Andrew Kaster пре 1 година
родитељ
комит
12fce55caf
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Userland/Libraries/LibWeb/DOM/Document.cpp

+ 0 - 1
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;