зеркало из https://github.com/mozilla/pjs.git
fixing bug #37457. Xpinstall's File.dirRemove() is now working.
This commit is contained in:
Родитель
c4f87fcb2c
Коммит
a2d9db4f27
|
@ -1131,7 +1131,7 @@ nsLocalFile::Delete(PRBool recursive)
|
|||
if (recursive)
|
||||
{
|
||||
nsDirEnumerator* dirEnum = new nsDirEnumerator();
|
||||
if (dirEnum)
|
||||
if (dirEnum == nsnull)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
rv = dirEnum->Init(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче