mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1176214 followup, make the guard for SharedArrayBuffer not being defined not cause the test to fail
This commit is contained in:
parent
d81577181d
commit
dcb45e83b9
@ -13,6 +13,7 @@
|
||||
// are or will be tests, in dom/workers, that do that.
|
||||
|
||||
if (!this.SharedArrayBuffer)
|
||||
reportCompare(true,true);
|
||||
quit(0);
|
||||
|
||||
var b;
|
||||
|
Loading…
Reference in New Issue
Block a user