зеркало из https://github.com/mozilla/gecko-dev.git
Fix for MRJ JITC/TalkBack interaction crasher. r=danm, a=waterson
This commit is contained in:
Родитель
1b19b2d3b6
Коммит
36ce81728a
|
@ -975,13 +975,13 @@ static nsresult main1(int argc, char* argv[], nsISupports *nativeApp )
|
|||
rv = InitializeProfileService(cmdLineArgs);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// Enumerate AppShellComponenets
|
||||
appShell->EnumerateAndInitializeComponents();
|
||||
|
||||
// rjc: now must explicitly call appshell's CreateHiddenWindow() function AFTER profile manager.
|
||||
// if the profile manager ever switches to using nsIDOMWindowInternal stuff, this might have to change
|
||||
appShell->CreateHiddenWindow();
|
||||
|
||||
// Enumerate AppShellComponenets
|
||||
appShell->EnumerateAndInitializeComponents();
|
||||
|
||||
// This will go away once Components are handling there own commandlines
|
||||
// if we have no command line arguments, we need to heed the
|
||||
// "general.startup.*" prefs
|
||||
|
|
Загрузка…
Ссылка в новой задаче