Bug 1352575 (part 16) - Remove PluginModuleChromeParent::mAsyncInitRv. r=jimm.
This commit is contained in:
@@ -515,7 +515,7 @@ PluginModuleChromeParent::OnProcessLaunched(const bool aSucceeded)
|
||||
}
|
||||
// We may have already been initialized by another call that was waiting
|
||||
// for process connect. If so, this function doesn't need to run.
|
||||
if (mAsyncInitRv != NS_ERROR_NOT_INITIALIZED || mShutdown) {
|
||||
if (mShutdown) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -665,7 +665,6 @@ PluginModuleChromeParent::PluginModuleChromeParent(const char* aFilePath,
|
||||
, mFlashProcess2(0)
|
||||
, mFinishInitTask(nullptr)
|
||||
#endif
|
||||
, mAsyncInitRv(NS_ERROR_NOT_INITIALIZED)
|
||||
{
|
||||
NS_ASSERTION(mSubprocess, "Out of memory!");
|
||||
mSandboxLevel = aSandboxLevel;
|
||||
|
||||
Reference in New Issue
Block a user