Followup to bug 811102's followup

This commit is contained in:
Gavin Sharp 2012-11-12 20:41:41 -08:00
parent c2f8a0d74f
commit 6e8048d0bb

View File

@ -545,6 +545,7 @@ let tests = {
undefined, "testReloadAndNewPort");
worker2.port.onmessage = function(e) {
if (e.data.topic == "ready") {
// "worker" and "worker2" are handles to the same worker
worker2.terminate();
cbnext();
}