diff --git a/mozilla/xpcom/components/nsRepository.h b/mozilla/xpcom/components/nsRepository.h index 4748b3a6b42..c22aa9c35c2 100644 --- a/mozilla/xpcom/components/nsRepository.h +++ b/mozilla/xpcom/components/nsRepository.h @@ -134,8 +134,8 @@ private: static nsresult checkInitialized(void); static nsresult loadFactory(FactoryEntry *aEntry, nsIFactory **aFactory); - static nsresult nsRepository::SelfRegisterDll(nsDll *dll); - static nsresult nsRepository::SelfUnregisterDll(nsDll *dll); + static nsresult SelfRegisterDll(nsDll *dll); + static nsresult SelfUnregisterDll(nsDll *dll); public: static nsDllStore *dllStore; diff --git a/mozilla/xpcom/public/nsRepository.h b/mozilla/xpcom/public/nsRepository.h index 4748b3a6b42..c22aa9c35c2 100644 --- a/mozilla/xpcom/public/nsRepository.h +++ b/mozilla/xpcom/public/nsRepository.h @@ -134,8 +134,8 @@ private: static nsresult checkInitialized(void); static nsresult loadFactory(FactoryEntry *aEntry, nsIFactory **aFactory); - static nsresult nsRepository::SelfRegisterDll(nsDll *dll); - static nsresult nsRepository::SelfUnregisterDll(nsDll *dll); + static nsresult SelfRegisterDll(nsDll *dll); + static nsresult SelfUnregisterDll(nsDll *dll); public: static nsDllStore *dllStore;