зеркало из https://github.com/mozilla/pjs.git
Bug 455527 - In some cases Embedding startup crashes if gAppData == null. r=benjamin.
This commit is contained in:
Родитель
29d3d99ba9
Коммит
339fc56ef4
|
@ -1283,6 +1283,9 @@ nsXREDirProvider::AppendProfilePath(nsIFile* aFile)
|
|||
|
||||
nsresult rv;
|
||||
|
||||
if (!gAppData)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
#if defined (XP_MACOSX)
|
||||
if (gAppData->profile) {
|
||||
rv = AppendProfileString(aFile, gAppData->profile);
|
||||
|
|
Загрузка…
Ссылка в новой задаче