mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fixes xmlterm bustage
This commit is contained in:
parent
6b661194ba
commit
0a837be5fe
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user