From c92d1f6b9c97f66365cd1db566781dc941aa5ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 19 Sep 2019 00:20:04 +0000 Subject: [PATCH] style: Report counted unknown properties as well. Differential Revision: https://phabricator.services.mozilla.com/D44717 --- components/style/properties/properties.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index d926e28c5c4..59a83c4f6c1 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -1793,7 +1793,7 @@ impl ToCss for PropertyId { } /// The counted unknown property list which is used for css use counters. -#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)] +#[derive(Clone, Copy, Debug, Eq, FromPrimitive, Hash, PartialEq)] #[repr(u8)] pub enum CountedUnknownProperty { % for prop in data.counted_unknown_properties: