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")