Bug 1176214 followup, make the guard for SharedArrayBuffer not being defined not cause the test to fail

This commit is contained in:
Phil Ringnalda 2015-12-13 10:52:53 -08:00
parent d81577181d
commit dcb45e83b9

View File

@ -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;