mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
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:
parent
d2ab56857b
commit
8ced363a3e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user