зеркало из https://github.com/mozilla/gecko-dev.git
Add an assertion for the first argument of NewImageChannel, no bug
This commit is contained in:
Родитель
401ced0005
Коммит
965174d6d8
|
@ -715,6 +715,8 @@ NewImageChannel(nsIChannel** aResult,
|
||||||
nsIPrincipal* aLoadingPrincipal,
|
nsIPrincipal* aLoadingPrincipal,
|
||||||
nsISupports* aRequestingContext)
|
nsISupports* aRequestingContext)
|
||||||
{
|
{
|
||||||
|
MOZ_ASSERT(aResult);
|
||||||
|
|
||||||
nsresult rv;
|
nsresult rv;
|
||||||
nsCOMPtr<nsIHttpChannel> newHttpChannel;
|
nsCOMPtr<nsIHttpChannel> newHttpChannel;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче