Backed out 1 changesets (bug 1204837) for causing B2G ICS Emulator test failures on a CLOSED TREE

Backed out changeset 99c11d836978 (bug 1204837)
This commit is contained in:
Carsten "Tomcat" Book 2015-09-17 11:59:25 +02:00
parent 368e809c3e
commit 5f05a2b195

View File

@ -6,9 +6,6 @@
#include "ClosingService.h"
#include "nsIOService.h"
#ifdef MOZ_NUWA_PROCESS
#include "ipc/Nuwa.h"
#endif
class ClosingLayerSecret
{
@ -203,13 +200,6 @@ ClosingService::ShutdownInternal()
void
ClosingService::ThreadFunc()
{
PR_SetCurrentThreadName("Closing Service");
#ifdef MOZ_NUWA_PROCESS
if (IsNuwaProcess()) {
NuwaMarkCurrentThread(nullptr, nullptr);
}
#endif
for (;;) {
PRFileDesc *fd;
{