--disable-libxul bustage fix

This commit is contained in:
Kyle Huey 2010-07-28 22:25:08 -07:00
parent 82e6789bc1
commit 96756d0235

View File

@ -272,8 +272,10 @@ nsIOService::Init()
gIOService = this;
#ifdef MOZ_IPC
// go into managed mode if we can, and chrome process
if (XRE_GetProcessType() == GeckoProcessType_Default)
#endif
mNetworkLinkService = do_GetService(NS_NETWORK_LINK_SERVICE_CONTRACTID);
if (!mNetworkLinkService)