Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@113225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -92,7 +92,7 @@ UnregisterContentPolicy(nsIComponentManager *aCompMgr, nsIFile *aPath,
|
||||
|
||||
|
||||
// The list of components we register
|
||||
static nsModuleComponentInfo components[] = {
|
||||
static const nsModuleComponentInfo components[] = {
|
||||
{ "Cookie",
|
||||
NS_COOKIE_CID,
|
||||
NS_COOKIE_CONTRACTID,
|
||||
|
||||
Reference in New Issue
Block a user