зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1624266 - Remove a debug fprintf that crept into previous changes.
Differential Revision: https://phabricator.services.mozilla.com/D71407
This commit is contained in:
Родитель
9fdd774725
Коммит
727f92385c
|
@ -385,9 +385,6 @@ bool GlobalObject::resolveConstructor(JSContext* cx,
|
||||||
"shouldn't be defining SharedArrayBuffer if shared memory "
|
"shouldn't be defining SharedArrayBuffer if shared memory "
|
||||||
"is disabled");
|
"is disabled");
|
||||||
|
|
||||||
fprintf(stderr, "defineSharedArrayBufferConstructor: %d\n",
|
|
||||||
static_cast<int>(options.defineSharedArrayBufferConstructor()));
|
|
||||||
|
|
||||||
shouldReallyDefine = options.defineSharedArrayBufferConstructor();
|
shouldReallyDefine = options.defineSharedArrayBufferConstructor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче