Backed out changeset 70153e30c826 (bug 823822) for bringing back the crashtest failures it was supposed to be fixing.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2013-08-28 20:52:02 -04:00
parent b17f61ee7b
commit 1aca62641c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
asserts-if(cocoaWidget,0-1) load 769464.html
skip-if(1) load 769464.html # bug 823822 - assert often leaks into other tests
load 822340-1.html
load 822340-2.html
load 832899.html

View File

@ -2002,7 +2002,7 @@ WorkerPrivateParent<Derived>::NotifyPrivate(JSContext* aCx, Status aStatus)
return true;
}
NS_ASSERTION(aStatus <= Terminating || mQueuedRunnables.IsEmpty(),
NS_ASSERTION(aStatus != Terminating || mQueuedRunnables.IsEmpty(),
"Shouldn't have anything queued!");
// Anything queued will be discarded.