diff --git a/mozilla/editor/base/nsEditorShell.cpp b/mozilla/editor/base/nsEditorShell.cpp index 2e1b05fd1ea..479423cfcfe 100644 --- a/mozilla/editor/base/nsEditorShell.cpp +++ b/mozilla/editor/base/nsEditorShell.cpp @@ -1246,7 +1246,7 @@ nsEditorShell::Exit() nsIAppShellService::GetIID(), (nsISupports**)&appShell); if (NS_SUCCEEDED(rv)) { - appShell->Shutdown(); + appShell->Quit(); nsServiceManager::ReleaseService(kAppShellServiceCID, appShell); } } diff --git a/mozilla/editor/composer/src/nsEditorShell.cpp b/mozilla/editor/composer/src/nsEditorShell.cpp index 2e1b05fd1ea..479423cfcfe 100644 --- a/mozilla/editor/composer/src/nsEditorShell.cpp +++ b/mozilla/editor/composer/src/nsEditorShell.cpp @@ -1246,7 +1246,7 @@ nsEditorShell::Exit() nsIAppShellService::GetIID(), (nsISupports**)&appShell); if (NS_SUCCEEDED(rv)) { - appShell->Shutdown(); + appShell->Quit(); nsServiceManager::ReleaseService(kAppShellServiceCID, appShell); } }