зеркало из https://github.com/mozilla/gecko-dev.git
Just fixing a test harness program. NOT PART OF THE BUILD!!!!
This commit is contained in:
Родитель
3fb3629e38
Коммит
31be06e1f3
|
@ -449,10 +449,9 @@ NewChannel(nsIChannel **aInstancePtrResult, nsIURI *aURI)
|
|||
NS_WITH_SERVICE(nsIIOService, pService, kIOServiceCID, &res);
|
||||
if (NS_FAILED(res))
|
||||
return NS_ERROR_FAILURE;
|
||||
res = pService->NewChannelFromURI(nsnull, aURI, (nsILoadGroup *)nsnull,
|
||||
(nsIInterfaceRequestor *)nsnull,
|
||||
0, (nsIURI *)nsnull, 0, 0,
|
||||
aInstancePtrResult);
|
||||
|
||||
res = pService->NewChannelFromURI(aURI, aInstancePtrResult);
|
||||
|
||||
if (NS_FAILED(res))
|
||||
return NS_ERROR_FAILURE;
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче