mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup to bug 811102's followup
This commit is contained in:
parent
99be44da3c
commit
333e195e54
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user