MRE based clients crash when the components dir not present, r=chak, sr=alec, b=160404
git-svn-id: svn://10.0.0.236/trunk@126874 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
869e671bbe
commit
6f96a337a9
@ -293,6 +293,8 @@ xptiInterfaceInfoManager::GetCloneOfManifestDir(nsILocalFile** aDir)
|
||||
// To be sure after the stuff above.
|
||||
if(!mManifestDir)
|
||||
return PR_FALSE;
|
||||
|
||||
mManifestDir->Create(nsIFile::DIRECTORY_TYPE, 0666);
|
||||
}
|
||||
return NS_SUCCEEDED(xptiCloneLocalFile(mManifestDir, aDir));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user