From 81ecc2561924220af0a046fb5256602b75d66b7a Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Sat, 10 Feb 2018 21:31:42 +0000 Subject: [PATCH] Remove reference to the Gecko pref svg.paint-order.enabled --- components/style/properties/longhand/inherited_svg.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhand/inherited_svg.mako.rs b/components/style/properties/longhand/inherited_svg.mako.rs index 72189e344d6..f03d6a8acee 100644 --- a/components/style/properties/longhand/inherited_svg.mako.rs +++ b/components/style/properties/longhand/inherited_svg.mako.rs @@ -133,7 +133,6 @@ ${helpers.predefined_type("marker-end", "UrlOrNone", "Either::Second(None_)", ${helpers.predefined_type("paint-order", "SVGPaintOrder", "computed::SVGPaintOrder::normal()", products="gecko", animation_value_type="discrete", - gecko_pref="svg.paint-order.enabled", spec="https://www.w3.org/TR/SVG2/painting.html#PaintOrder")} ${helpers.predefined_type("-moz-context-properties",