зеркало из https://github.com/mozilla/gecko-dev.git
fix smoketest blocker bug 70312
Bookmarks deleted on exit patch by hwaara, r=timeless, a=leaf, built by hwaara
This commit is contained in:
Родитель
3ac7f7b7c0
Коммит
2cdd147e93
|
@ -314,8 +314,8 @@ nsInputFileStream::nsInputFileStream(nsIFileSpec* inSpec)
|
|||
nsInputFileStream::~nsInputFileStream()
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
if (is_open())
|
||||
close();
|
||||
// if (is_open())
|
||||
// close();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
|
@ -349,8 +349,8 @@ nsOutputFileStream::nsOutputFileStream(nsIFileSpec* inSpec)
|
|||
nsOutputFileStream::~nsOutputFileStream()
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
if (is_open())
|
||||
close();
|
||||
// if (is_open())
|
||||
// close();
|
||||
}
|
||||
//----------------------------------------------------------------------------------------
|
||||
void nsOutputFileStream::AssignFrom(nsISupports* stream)
|
||||
|
|
Загрузка…
Ссылка в новой задаче