Backed out changeset 70bc18f7b6d5 (bug 1006695) for spidermonkey test failures

This commit is contained in:
Carsten "Tomcat" Book 2014-05-20 10:29:38 +02:00
parent 615fe196a3
commit 0f6f864d1e

View File

@ -23,10 +23,6 @@
#include "jsobjinlines.h"
#include "jsscriptinlines.h"
#ifdef MOZ_NUWA_PROCESS
# include "ipc/Nuwa.h"
#endif
using namespace js;
using mozilla::ArrayLength;
@ -728,14 +724,6 @@ void
WorkerThread::ThreadMain(void *arg)
{
PR_SetCurrentThreadName("Analysis Helper");
#ifdef MOZ_NUWA_PROCESS
if (IsNuwaProcess()) {
JS_ASSERT(NuwaMarkCurrentThread != nullptr);
NuwaMarkCurrentThread(nullptr, nullptr);
}
#endif
static_cast<WorkerThread *>(arg)->threadLoop();
}