bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
This commit is contained in:
@@ -998,7 +998,7 @@ nsFrameLoader::Destroy()
|
||||
#ifdef MOZ_IPC
|
||||
if (mChildProcess) {
|
||||
mChildProcess->SetOwnerElement(nsnull);
|
||||
ContentProcessParent::GetSingleton()->SendPIFrameEmbeddingDestructor(mChildProcess);
|
||||
PIFrameEmbeddingParent::Send__delete__(mChildProcess);
|
||||
mChildProcess = nsnull;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user