зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
df4f322e93
Коммит
9412221749
|
@ -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 =
|
||||
|
|
Загрузка…
Ссылка в новой задаче