commit 753408dc8dda38aacff16c5b9b8f43a8fef40267
parent dd2b1cc92e31a61725c88b11164491047c80f4f2
Author: Brad Werth <werth@efn.org>
Date: Thu, 9 Oct 2025 23:51:40 +0000
Bug 1985082 Part 1: Flip the gpu process pref for macOS Nightly. r=gfx-reviewers,ErichDonGubler
Differential Revision: https://phabricator.services.mozilla.com/D263791
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -9576,6 +9576,8 @@
value: true
#elif defined(MOZ_X11)
value: false # we'd like this to be @IS_NIGHTLY_BUILD@, see Bug 1927058
+#elif defined(XP_MACOSX)
+ value: @IS_NIGHTLY_BUILD@
#else
value: false
#endif