Bug 784739 - Switch from NULL to nullptr in dom/plugins/base/; r=ehsan

This commit is contained in:
Birunthan Mohanathas
2013-10-23 16:34:30 -04:00
parent bbe670b6c6
commit 1e93f27a06
23 changed files with 168 additions and 158 deletions

View File

@@ -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 = {