зеркало из https://github.com/mozilla/gecko-dev.git
Backing out my previous change, to enable AutoRegister again on the Mac. sdagley checked in a change to NSPR which fixes the crash on launch.
This commit is contained in:
Родитель
5595ec3b81
Коммит
5c257742fe
|
@ -722,10 +722,7 @@ nsresult nsRepository::Initialize(void)
|
|||
#endif
|
||||
|
||||
// Initiate autoreg
|
||||
#ifndef XP_MAC
|
||||
// this is seriously broken on Mac right now; this is a temporary workaround
|
||||
AutoRegister(NS_Startup, NULL);
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
@ -722,10 +722,7 @@ nsresult nsRepository::Initialize(void)
|
|||
#endif
|
||||
|
||||
// Initiate autoreg
|
||||
#ifndef XP_MAC
|
||||
// this is seriously broken on Mac right now; this is a temporary workaround
|
||||
AutoRegister(NS_Startup, NULL);
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче