зеркало из https://github.com/mozilla/gecko-dev.git
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
This commit is contained in:
Родитель
543799bd60
Коммит
1ab00a54e8
|
@ -53,7 +53,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsJSConsoleService)
|
|||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebBrowserFind)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebBrowserPersist)
|
||||
|
||||
static nsModuleComponentInfo gComponents[] = {
|
||||
static const nsModuleComponentInfo gComponents[] = {
|
||||
|
||||
{ "Dialog ParamBlock", NS_DIALOGPARAMBLOCK_CID, NS_DIALOGPARAMBLOCK_CONTRACTID, nsDialogParamBlockConstructor },
|
||||
{ "Prompt Service", NS_PROMPTSERVICE_CID, NS_PROMPTSERVICE_CONTRACTID, nsPromptServiceConstructor },
|
||||
|
|
Загрузка…
Ссылка в новой задаче