Bug 505847 - Fix non-MOZ_IPC builds.

This commit is contained in:
Joe Drew
2009-10-28 17:27:28 -04:00
parent d4e629d26b
commit 922f1eb9c6
2 changed files with 11 additions and 5 deletions

View File

@@ -1437,13 +1437,10 @@ nsFrameLoader::TryNewProcess()
}
#endif
#ifdef MOZ_IPC
mozilla::dom::PIFrameEmbeddingParent*
nsFrameLoader::GetChildProcess()
{
#ifdef MOZ_IPC
return mChildProcess;
#else
return nsnull;
#endif
}
#endif