зеркало из https://github.com/mozilla/pjs.git
Fixes xmlterm bustage
This commit is contained in:
Родитель
8506372156
Коммит
f310bb045a
|
@ -372,8 +372,7 @@ NS_IMETHODIMP mozXMLTermStream::Close(void)
|
|||
|
||||
nsresult status = NS_OK;
|
||||
nsAutoString errorMsg;
|
||||
result = mStreamListener->OnStopRequest(mChannel, mContext,
|
||||
status, errorMsg.GetUnicode());
|
||||
result = mStreamListener->OnStopRequest(mChannel, mContext, status);
|
||||
if (NS_FAILED(result))
|
||||
return result;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче