From 2100c9d4a1c60b9e6215937d498c1406073ff1f9 Mon Sep 17 00:00:00 2001 From: Stanca Serban Date: Sat, 16 Dec 2023 01:22:22 +0200 Subject: [PATCH] Backed out changeset 3152110c63b5 (bug 1868374) as requested because it is not yet ready for shipping to release. --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 2e96d0fd698b..5a29c29ccfc8 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -8197,7 +8197,7 @@ # Whether content-box and stroke-box are enabled for transform-box. - name: layout.css.transform-box-content-stroke.enabled type: RelaxedAtomicBool - value: true + value: @IS_NIGHTLY_BUILD@ mirror: always rust: true -- 2.11.4.GIT