Bug 1916411: Call InitializeMacApp before showing the profile locked dialog. r=spohl

Differential Revision: https://phabricator.services.mozilla.com/D220869
This commit is contained in:
Dave Townsend 2024-09-09 13:54:36 +00:00
Родитель df4f322e93
Коммит 9412221749
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2698,6 +2698,10 @@ static ReturnAbortOnError ProfileLockedDialog(nsIFile* aProfileDir,
rv = xpcom.SetWindowCreator(aNative);
NS_ENSURE_SUCCESS(rv, NS_ERROR_FAILURE);
#ifdef XP_MACOSX
InitializeMacApp();
#endif
{ // extra scoping is needed so we release these components before xpcom
// shutdown
nsCOMPtr<nsIStringBundleService> sbs =