Bug 1752206 - Enable DOM Streams by default r=smaug,firefox-build-system-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D137771
This commit is contained in:
Matthew Gaudet 2022-02-10 19:01:35 +00:00
Родитель 8824165f73
Коммит b1106b847a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2608,8 +2608,8 @@ wine = check_prog(
# DOM Streams
# ==============================================================
option(
"--enable-dom-streams",
help="Enable the DOM Streams prototype",
"--disable-dom-streams",
help="Disable DOM Streams (use JS Streams)",
)
set_config("MOZ_DOM_STREAMS", True, when="--enable-dom-streams")