Add an assertion for the first argument of NewImageChannel, no bug

This commit is contained in:
Ehsan Akhgari 2015-04-18 20:18:49 -04:00
Родитель 401ced0005
Коммит 965174d6d8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -715,6 +715,8 @@ NewImageChannel(nsIChannel** aResult,
nsIPrincipal* aLoadingPrincipal,
nsISupports* aRequestingContext)
{
MOZ_ASSERT(aResult);
nsresult rv;
nsCOMPtr<nsIHttpChannel> newHttpChannel;