Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
This commit is contained in:
@@ -35,7 +35,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsDefaultURIFixup);
|
||||
// a component
|
||||
//NS_GENERIC_FACTORY_CONSTRUCTOR(nsDocShell);
|
||||
|
||||
static nsModuleComponentInfo gDocShellModuleInfo[] = {
|
||||
static const nsModuleComponentInfo gDocShellModuleInfo[] = {
|
||||
{ "WebShell",
|
||||
NS_WEB_SHELL_CID,
|
||||
"@mozilla.org/webshell;1",
|
||||
|
||||
Reference in New Issue
Block a user