mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
MRE based clients crash when the components dir not present, r=chak, sr=alec, b=160404
This commit is contained in:
parent
36abefe61e
commit
23fe7fc407
@ -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…
Reference in New Issue
Block a user