From 52c3ba00b3e0748239951088406176576e4e936e Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Thu, 1 Nov 2018 01:37:26 +0000 Subject: [PATCH] style: Fix inconsistent CRISPEDGES constant name. Differential Revision: https://phabricator.services.mozilla.com/D10452 --- components/style/properties/longhands/inherited_box.mako.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index 2b49e0ca55c..feee09556d7 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -59,8 +59,6 @@ ${helpers.single_keyword( spec="https://drafts.csswg.org/css-color/#propdef-color-adjust", )} -<% image_rendering_custom_consts = { "crisp-edges": "CRISPEDGES", - "-moz-crisp-edges": "CRISPEDGES" } %> // According to to CSS-IMAGES-3, `optimizespeed` and `optimizequality` are synonyms for `auto` // And, firefox doesn't support `pixelated` yet (https://bugzilla.mozilla.org/show_bug.cgi?id=856337) ${helpers.single_keyword( @@ -69,7 +67,6 @@ ${helpers.single_keyword( extra_gecko_values="optimizespeed optimizequality", extra_servo_values="pixelated", extra_gecko_aliases="-moz-crisp-edges=crisp-edges", - custom_consts=image_rendering_custom_consts, animation_value_type="discrete", spec="https://drafts.csswg.org/css-images/#propdef-image-rendering", )}