bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
This commit is contained in:
@@ -57,7 +57,8 @@ PluginModuleParent::LoadModule(const char* aFilePath)
|
||||
// Block on the child process being launched and initialized.
|
||||
PluginModuleParent* parent = new PluginModuleParent(aFilePath);
|
||||
parent->mSubprocess.Launch();
|
||||
parent->Open(parent->mSubprocess.GetChannel());
|
||||
parent->Open(parent->mSubprocess.GetChannel(),
|
||||
parent->mSubprocess.GetChildProcessHandle());
|
||||
|
||||
return parent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user