зеркало из https://github.com/mozilla/pjs.git
Oops; part of earlier checkin implementing the URL echo apple event. Be sure to shut down the AE classes on quit. r=fm, a=beppe.
This commit is contained in:
Родитель
ce5cf3298a
Коммит
e1e8888405
|
@ -29,7 +29,6 @@
|
|||
// Mozilla
|
||||
#include "nsFileSpec.h"
|
||||
#include "nsFileStream.h"
|
||||
#include "nsAppleEvents.h"
|
||||
#include "nsDebug.h"
|
||||
#include "nsIAppShellService.h"
|
||||
#include "nsIServiceManager.h"
|
||||
|
@ -72,6 +71,7 @@ nsMacCommandLine::nsMacCommandLine()
|
|||
nsMacCommandLine::~nsMacCommandLine()
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
ShutdownAEHandlerClasses();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
// Mozilla
|
||||
#include "nsFileSpec.h"
|
||||
#include "nsFileStream.h"
|
||||
#include "nsAppleEvents.h"
|
||||
#include "nsDebug.h"
|
||||
#include "nsIAppShellService.h"
|
||||
#include "nsIServiceManager.h"
|
||||
|
@ -72,6 +71,7 @@ nsMacCommandLine::nsMacCommandLine()
|
|||
nsMacCommandLine::~nsMacCommandLine()
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
ShutdownAEHandlerClasses();
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче