diff --git a/Evergreen/Favicons/FaviconDownloader.swift b/Evergreen/Favicons/FaviconDownloader.swift index 3d8ca5f0c..72409b158 100644 --- a/Evergreen/Favicons/FaviconDownloader.swift +++ b/Evergreen/Favicons/FaviconDownloader.swift @@ -78,7 +78,7 @@ final class FaviconDownloader { return favicon(with: faviconURL) } - FaviconURLFinder.findFaviconURL(url) { (faviconURL) in + findFaviconURL(with: url) { (faviconURL) in if let faviconURL = faviconURL { self.homePageToFaviconURLCache[url] = faviconURL let _ = self.favicon(with: faviconURL)