Bug 784739 - Switch from NULL to nullptr in dom/plugins/base/; r=ehsan
This commit is contained in:
@@ -11,13 +11,13 @@ NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsPluginHost, nsPluginHost::GetInst)
|
||||
NS_DEFINE_NAMED_CID(NS_PLUGIN_HOST_CID);
|
||||
|
||||
static const mozilla::Module::CIDEntry kPluginCIDs[] = {
|
||||
{ &kNS_PLUGIN_HOST_CID, false, NULL, nsPluginHostConstructor },
|
||||
{ NULL }
|
||||
{ &kNS_PLUGIN_HOST_CID, false, nullptr, nsPluginHostConstructor },
|
||||
{ nullptr }
|
||||
};
|
||||
|
||||
static const mozilla::Module::ContractIDEntry kPluginContracts[] = {
|
||||
{ MOZ_PLUGIN_HOST_CONTRACTID, &kNS_PLUGIN_HOST_CID },
|
||||
{ NULL }
|
||||
{ nullptr }
|
||||
};
|
||||
|
||||
static const mozilla::Module kPluginModule = {
|
||||
|
||||
Reference in New Issue
Block a user