Skip to content

Commit

Permalink
Rename SVGInherited to InheritedSVG
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshusa committed May 14, 2016
1 parent e299076 commit 5457169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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") %>

Expand Down
2 changes: 1 addition & 1 deletion components/style/properties/properties.mako.rs
Expand Up @@ -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" />
}
Expand Down

0 comments on commit 5457169

Please sign in to comment.