зеркало из https://github.com/mozilla/gecko-dev.git
Fix linux build bustage
This commit is contained in:
Родитель
5db8127f56
Коммит
9586219ba8
|
@ -886,7 +886,7 @@ nsHTTPPipelinedRequest::AdvanceToNextRequest ()
|
|||
return NS_ERROR_FAILURE;
|
||||
|
||||
req = dont_AddRef ((nsHTTPRequest *) mRequests -> ElementAt (0));
|
||||
if (req != NULL)
|
||||
if (req)
|
||||
{
|
||||
mTransport -> SetNotificationCallbacks (nsnull);
|
||||
req -> mPipelinedRequest = nsnull;
|
||||
|
@ -901,7 +901,7 @@ nsHTTPPipelinedRequest::AdvanceToNextRequest ()
|
|||
|
||||
req = dont_AddRef ((nsHTTPRequest *) mRequests -> ElementAt (0));
|
||||
|
||||
if (req != NULL)
|
||||
if (req)
|
||||
mTransport -> SetNotificationCallbacks (req -> mConnection);
|
||||
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче