зеркало из https://github.com/mozilla/pjs.git
backing out this part of my last checkin to see how it affects Tp (Bug 295047)
This commit is contained in:
Родитель
7fe4697857
Коммит
d710150c3f
|
@ -84,7 +84,7 @@ nsConverterInputStream::Init(nsIInputStream* aStream,
|
|||
NS_IMETHODIMP
|
||||
nsConverterInputStream::Close()
|
||||
{
|
||||
nsresult rv = mInput ? mInput->Close() : NS_OK;
|
||||
nsresult rv = /* mInput ? mInput->Close() : */ NS_OK;
|
||||
PR_FREEIF(mLineBuffer);
|
||||
mInput = nsnull;
|
||||
mConverter = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче