Backout 115690326c5e for mochitest-2 orange on a CLOSED TREE

This commit is contained in:
Wes Kocher 2015-01-09 14:28:27 -08:00
parent 5bfab361c8
commit 15c62b5715

View File

@ -5062,7 +5062,7 @@ WorkerPrivate::AddFeature(JSContext* aCx, WorkerFeature* aFeature)
{
MutexAutoLock lock(mMutex);
if (mStatus >= Killing) {
if (mStatus >= Canceling) {
return false;
}
}