Bustage fix from bug 578262 - fix disable-ipc bustage by ifdefing ipc-only items. (Bug 579984).

This commit is contained in:
Mark Banner 2010-07-19 21:24:41 +01:00
parent dee5963ee8
commit d67211ffe1

View File

@ -78,8 +78,10 @@ class QX11EmbedContainer;
class nsFrameLoader : public nsIFrameLoader
{
friend class AutoResetInShow;
#ifdef MOZ_IPC
typedef mozilla::dom::PBrowserParent PBrowserParent;
typedef mozilla::dom::TabParent TabParent;
#endif
protected:
nsFrameLoader(nsIContent *aOwner) :