зеркало из https://github.com/mozilla/pjs.git
fix the orange by changing the timers to member variables of the service singletons, rather
than static nsCOMPtrs! r=sspitzer a=fixing bustage
This commit is contained in:
Родитель
c0a3e63faf
Коммит
daf8d7755f
|
@ -314,7 +314,6 @@ nsCOMPtr<nsIRDFDataSource> InternetSearchDataSource::categoryDataSource;
|
|||
PRBool InternetSearchDataSource::mEngineListBuilt;
|
||||
nsCOMPtr<nsILoadGroup> InternetSearchDataSource::mBackgroundLoadGroup;
|
||||
nsCOMPtr<nsILoadGroup> InternetSearchDataSource::mLoadGroup;
|
||||
nsCOMPtr<nsITimer> InternetSearchDataSource::mTimer;
|
||||
nsCOMPtr<nsIPref> InternetSearchDataSource::prefs;
|
||||
|
||||
nsIRDFResource *InternetSearchDataSource::kNC_SearchResult;
|
||||
|
|
|
@ -99,7 +99,7 @@ protected:
|
|||
static nsIRDFDataSource *mInner;
|
||||
static nsCOMPtr<nsIRDFDataSource> mLocalstore;
|
||||
static nsCOMPtr<nsISupportsArray> mUpdateArray;
|
||||
static nsCOMPtr<nsITimer> mTimer;
|
||||
nsCOMPtr<nsITimer> mTimer;
|
||||
static nsCOMPtr<nsILoadGroup> mBackgroundLoadGroup;
|
||||
static nsCOMPtr<nsILoadGroup> mLoadGroup;
|
||||
static nsCOMPtr<nsIRDFDataSource> categoryDataSource;
|
||||
|
|
Загрузка…
Ссылка в новой задаче