зеркало из https://github.com/mozilla/gecko-dev.git
Forgot a review nit from darin (bug 267455)
This commit is contained in:
Родитель
7b75ddfadb
Коммит
863e179ef5
|
@ -958,7 +958,7 @@ public:
|
|||
NS_DECL_NSIFACTORY
|
||||
|
||||
nsSingletonFactory(nsISupports* aSingleton);
|
||||
~nsSingletonFactory();
|
||||
~nsSingletonFactory() { }
|
||||
|
||||
private:
|
||||
nsCOMPtr<nsISupports> mSingleton;
|
||||
|
@ -970,9 +970,6 @@ nsSingletonFactory::nsSingletonFactory(nsISupports* aSingleton)
|
|||
NS_ASSERTION(mSingleton, "Singleton was null!");
|
||||
}
|
||||
|
||||
nsSingletonFactory::~nsSingletonFactory()
|
||||
{ }
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsSingletonFactory, nsIFactory)
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче