mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 1076978 - Favicons should be categorized as TYPE_IMAGE. r=jimm
This commit is contained in:
parent
5043e01249
commit
be1c699bac
@ -546,7 +546,7 @@ AsyncFetchAndSetIconFromNetwork::Run()
|
||||
iconURI,
|
||||
nsContentUtils::GetSystemPrincipal(),
|
||||
nsILoadInfo::SEC_NORMAL,
|
||||
nsIContentPolicy::TYPE_OTHER);
|
||||
nsIContentPolicy::TYPE_IMAGE);
|
||||
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
nsCOMPtr<nsIInterfaceRequestor> listenerRequestor =
|
||||
|
Loading…
Reference in New Issue
Block a user