bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg

This commit is contained in:
Chris Jones
2009-12-03 02:16:14 -06:00
parent 197eed7013
commit f40a90e249
91 changed files with 642 additions and 425 deletions

View File

@@ -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