From 4571a71bfc26f7cf87178619273f2b90e9229c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 19 Jun 2018 13:07:00 +0200 Subject: [PATCH] style: Rename mask.mako.rs to svg.mako.rs for consistency. Bug: 1468651 Reviewed-by: heycam MozReview-Commit-ID: 6sqGxL8hhA0 --- components/style/properties/properties.mako.rs | 2 +- .../style/properties/shorthands/{mask.mako.rs => svg.mako.rs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename components/style/properties/shorthands/{mask.mako.rs => svg.mako.rs} (100%) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index a3d4787ab72..a2ac0603a24 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -171,7 +171,7 @@ pub mod shorthands { <%include file="/shorthands/inherited_text.mako.rs" /> <%include file="/shorthands/list.mako.rs" /> <%include file="/shorthands/margin.mako.rs" /> - <%include file="/shorthands/mask.mako.rs" /> + <%include file="/shorthands/svg.mako.rs" /> <%include file="/shorthands/outline.mako.rs" /> <%include file="/shorthands/padding.mako.rs" /> <%include file="/shorthands/position.mako.rs" /> diff --git a/components/style/properties/shorthands/mask.mako.rs b/components/style/properties/shorthands/svg.mako.rs similarity index 100% rename from components/style/properties/shorthands/mask.mako.rs rename to components/style/properties/shorthands/svg.mako.rs