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

This commit is contained in:
Birunthan Mohanathas
2013-10-23 16:34:46 -04:00
parent 1e93f27a06
commit 08cf444a2b
26 changed files with 196 additions and 194 deletions

View File

@@ -586,7 +586,7 @@ PluginScriptableObjectChild::NPObjectDestroyed()
NS_ASSERTION(LocalObject == mType,
"ScriptableDeallocate should have handled this for proxies");
mInvalidated = true;
mObject = NULL;
mObject = nullptr;
}
bool