From 8ced363a3e243a26cc5a0f971b3e9965f2884919 Mon Sep 17 00:00:00 2001 From: Matthew Gaudet Date: Tue, 8 Feb 2022 15:23:52 +0000 Subject: [PATCH] Bug 1752206 - Enable DOM Streams by default r=smaug,firefox-build-system-reviewers,nalexander Differential Revision: https://phabricator.services.mozilla.com/D137771 --- toolkit/moz.configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/moz.configure b/toolkit/moz.configure index b514193512f7..e2e98c28a874 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -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")