From ba70fcaa1857379d3466c9c0b523287a4b4db2a3 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Wed, 19 Oct 2016 22:13:03 +1100 Subject: [PATCH] Unprefix text-align-last for geckolib. --- components/style/properties/longhand/inherited_text.mako.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index 33453f95efa..c4006efea5f 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -395,11 +395,10 @@ ${helpers.single_keyword("text-justify", products="servo", animatable=False)} -${helpers.single_keyword("-moz-text-align-last", +${helpers.single_keyword("text-align-last", "auto start end left right center justify", products="gecko", gecko_constant_prefix="NS_STYLE_TEXT_ALIGN", - gecko_ffi_name="mTextAlignLast", animatable=False)} <%helpers:longhand name="-servo-text-decorations-in-effect"