зеркало из https://github.com/mozilla/pjs.git
nsHttpChannel::SetPriority is missing a return statement
This commit is contained in:
Родитель
ebd891eb6c
Коммит
bace93fa9d
|
@ -3661,6 +3661,7 @@ nsHttpChannel::SetPriority(PRInt32 value)
|
|||
mPriority = newValue;
|
||||
if (mTransaction)
|
||||
gHttpHandler->RescheduleTransaction(mTransaction, mPriority);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче