mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 115690326c5e for mochitest-2 orange on a CLOSED TREE
This commit is contained in:
parent
5bfab361c8
commit
15c62b5715
@ -5062,7 +5062,7 @@ WorkerPrivate::AddFeature(JSContext* aCx, WorkerFeature* aFeature)
|
||||
{
|
||||
MutexAutoLock lock(mMutex);
|
||||
|
||||
if (mStatus >= Killing) {
|
||||
if (mStatus >= Canceling) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user