зеркало из https://github.com/mozilla/gecko-dev.git
Removed erroneous NS_BREAK from nsSocketRequest::Cancel
This commit is contained in:
Родитель
2440cabb15
Коммит
29731a379a
|
@ -2462,7 +2462,6 @@ nsSocketRequest::GetStatus(nsresult *aResult)
|
|||
NS_IMETHODIMP
|
||||
nsSocketRequest::Cancel(nsresult status)
|
||||
{
|
||||
NS_BREAK();
|
||||
if (!mTransport)
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
LOG(("nsSocketRequest: Cancel [this=%x status=%x]\n", this, status));
|
||||
|
|
Загрузка…
Ссылка в новой задаче