Bug 784739 - Switch from NULL to nullptr in dom/plugins/ipc/; r=ehsan
This commit is contained in:
@@ -586,7 +586,7 @@ PluginScriptableObjectChild::NPObjectDestroyed()
|
||||
NS_ASSERTION(LocalObject == mType,
|
||||
"ScriptableDeallocate should have handled this for proxies");
|
||||
mInvalidated = true;
|
||||
mObject = NULL;
|
||||
mObject = nullptr;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user