diff --git a/components/style/properties/longhand/svg_inherited.mako.rs b/components/style/properties/longhand/inherited_svg.mako.rs similarity index 97% rename from components/style/properties/longhand/svg_inherited.mako.rs rename to components/style/properties/longhand/inherited_svg.mako.rs index 445d4948cf0..ca0c959a3ca 100644 --- a/components/style/properties/longhand/svg_inherited.mako.rs +++ b/components/style/properties/longhand/inherited_svg.mako.rs @@ -6,7 +6,7 @@ // SVG 1.1 (Second Edition) // https://www.w3.org/TR/SVG/ -<% data.new_style_struct("SVGInherited", +<% data.new_style_struct("InheritedSVG", inherited=True, gecko_name="SVG") %> diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index 0299b3a4276..9cef6ce3ac2 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -67,7 +67,7 @@ pub mod longhands { <%include file="/longhand/table.mako.rs" /> <%include file="/longhand/text.mako.rs" /> <%include file="/longhand/ui.mako.rs" /> - <%include file="/longhand/svg_inherited.mako.rs" /> + <%include file="/longhand/inherited_svg.mako.rs" /> <%include file="/longhand/svg.mako.rs" /> <%include file="/longhand/xul.mako.rs" /> }