зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1176214 followup followup, fix my screwup
This commit is contained in:
Родитель
3b7e8e6d1e
Коммит
7d13de22f6
|
@ -12,9 +12,10 @@
|
||||||
// These tests cannot test that sharing works across workers. There
|
// These tests cannot test that sharing works across workers. There
|
||||||
// are or will be tests, in dom/workers, that do that.
|
// are or will be tests, in dom/workers, that do that.
|
||||||
|
|
||||||
if (!this.SharedArrayBuffer)
|
if (!this.SharedArrayBuffer) {
|
||||||
reportCompare(true,true);
|
reportCompare(true,true);
|
||||||
quit(0);
|
quit(0);
|
||||||
|
}
|
||||||
|
|
||||||
var b;
|
var b;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче