Backed out changeset e1f294f7ca90 (bug 1097804)

This commit is contained in:
Wes Kocher
2015-04-02 13:42:33 -07:00
parent 7d09cf613c
commit 0018d4938d
11 changed files with 2 additions and 247 deletions

View File

@@ -13,8 +13,6 @@
#include "nsDebugImpl.h"
#include "nsIErrorService.h"
#include "nsMemoryImpl.h"
#include "nsNetCID.h"
#include "nsNetModuleStandalone.h"
#include "nsObserverService.h"
#include "nsThreadManager.h"
#include "nsThreadPool.h"
@@ -100,8 +98,6 @@ NS_InitXPCOMRT()
return rv;
}
mozilla::InitNetModuleStandalone();
return NS_OK;
}
@@ -156,11 +152,6 @@ NS_ShutdownXPCOMRT()
NS_ProcessPendingEvents(thread);
// Net module needs to be shutdown before the thread manager or else
// the thread manager will hang waiting for the socket transport
// service to shutdown.
mozilla::ShutdownNetModuleStandalone();
// Shutdown all remaining threads. This method does not return until
// all threads created using the thread manager (with the exception of
// the main thread) have exited.