From 681f861018159c8d94df7f406a75d09770a1de2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 4 Apr 2019 18:32:09 +0000 Subject: [PATCH] style: Use rust lengths for outline-offset. Differential Revision: https://phabricator.services.mozilla.com/D26156 --- components/style/properties/gecko.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index 3c4a45666b1..44b76f28b5a 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -1205,7 +1205,6 @@ impl Clone for ${style_struct.gecko_struct_name} { # Types used with predefined_type()-defined properties that we can auto-generate. predefined_types = { "length::NonNegativeLengthPercentageOrNormal": impl_style_coord, - "Length": impl_absolute_length, "MozScriptMinSize": impl_absolute_length, "RGBAColor": impl_rgba_color, "SVGLength": impl_svg_length,