restoring rev 1.11 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.12) has been fixed elsewhere (bug 98785).
git-svn-id: svn://10.0.0.236/trunk@102560 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
301323f895
commit
826be1b5f2
@ -22,7 +22,6 @@
|
||||
#ifndef __nsAppShellService_h
|
||||
#define __nsAppShellService_h
|
||||
|
||||
#include "nsISupports.h"
|
||||
#include "nsIAppShellService.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "nsWeakReference.h"
|
||||
@ -32,6 +31,7 @@
|
||||
//Interfaces Needed
|
||||
#include "nsIXULWindow.h"
|
||||
#include "nsIWindowMediator.h"
|
||||
#include "nsPIWindowWatcher.h"
|
||||
#include "nsISplashScreen.h"
|
||||
|
||||
class nsAppShellService : public nsIAppShellService,
|
||||
@ -63,9 +63,9 @@ protected:
|
||||
nsresult ClearXPConnectSafeContext();
|
||||
|
||||
nsCOMPtr<nsIAppShell> mAppShell;
|
||||
nsCOMPtr<nsISupportsArray> mWindowList;
|
||||
nsCOMPtr<nsICmdLineService> mCmdLineService;
|
||||
nsCOMPtr<nsIWindowMediator> mWindowMediator;
|
||||
nsCOMPtr<nsPIWindowWatcher> mWindowWatcher;
|
||||
nsCOMPtr<nsIXULWindow> mHiddenWindow;
|
||||
PRBool mDeleteCalled;
|
||||
nsCOMPtr<nsISplashScreen> mSplashScreen;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user