Rename SVGInherited to InheritedSVG

This commit is contained in:
Aneesh Agrawal 2016-05-14 17:44:53 -04:00
parent e2990766dc
commit 5457169871
2 changed files with 2 additions and 2 deletions

View file

@ -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") %>

View file

@ -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" />
}