From 191c7cdb780a7a8870445a42dbfd54a66a48463d Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Mon, 27 Mar 2023 20:49:41 +0000 Subject: [PATCH] style: Remove layout.css.d-property.enabled This feature was shipped in Fx97, and it seems we don't need this pref anymore. Differential Revision: https://phabricator.services.mozilla.com/D173591 --- components/style/properties/longhands/svg.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/svg.mako.rs b/components/style/properties/longhands/svg.mako.rs index cb8764a3faf..d579473a023 100644 --- a/components/style/properties/longhands/svg.mako.rs +++ b/components/style/properties/longhands/svg.mako.rs @@ -254,6 +254,5 @@ ${helpers.predefined_type( "specified::DProperty::none()", engines="gecko", animation_value_type="ComputedValue", - gecko_pref="layout.css.d-property.enabled", spec="https://svgwg.org/svg2-draft/paths.html#TheDProperty", )}