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:
@@ -43,7 +43,7 @@
|
||||
#include "nsPluginDocLoaderFactory.h"
|
||||
#include "ns4xPlugin.h"
|
||||
|
||||
static nsModuleComponentInfo gComponentInfo[] = {
|
||||
static const nsModuleComponentInfo gComponentInfo[] = {
|
||||
{ "Plugin Host",
|
||||
NS_PLUGIN_HOST_CID,
|
||||
"@mozilla.org/plugin/host;1",
|
||||
|
||||
Reference in New Issue
Block a user