зеркало из https://github.com/mozilla/gecko-dev.git
backing out this part of my last checkin to see how it affects Tp (Bug 295047)
This commit is contained in:
Родитель
965082a6c1
Коммит
302c420ba8
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче