Bug 1176214 followup followup, fix my screwup

This commit is contained in:
Phil Ringnalda 2015-12-13 18:36:57 -08:00
Родитель 3b7e8e6d1e
Коммит 7d13de22f6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -12,9 +12,10 @@
// These tests cannot test that sharing works across workers. There
// are or will be tests, in dom/workers, that do that.
if (!this.SharedArrayBuffer)
if (!this.SharedArrayBuffer) {
reportCompare(true,true);
quit(0);
}
var b;