mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135368 - Do not run shell/futex.js test if SharedArrayBuffer is not defined. r=luke
This commit is contained in:
parent
9293edb0c0
commit
dca54d5c02
@ -5,7 +5,7 @@
|
||||
* http://creativecommons.org/licenses/publicdomain/
|
||||
*/
|
||||
|
||||
if ((this.SharedArrayBuffer && this.AtomicsObject && this.getSharedArrayBuffer && this.setSharedArrayBuffer))
|
||||
if (!(this.SharedArrayBuffer && this.getSharedArrayBuffer && this.setSharedArrayBuffer))
|
||||
quit(0);
|
||||
|
||||
var DEBUG = false;
|
||||
|
Loading…
Reference in New Issue
Block a user