From 037f6c2cae30d1ca96df00ebb2d95abbb1d8c913 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 21 Oct 2014 09:11:52 +1000 Subject: [PATCH] Rebase and update new css properties. --- components/style/properties/mod.rs.mako | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/mod.rs.mako b/components/style/properties/mod.rs.mako index 17ba476a345..cfa47473fe0 100644 --- a/components/style/properties/mod.rs.mako +++ b/components/style/properties/mod.rs.mako @@ -467,6 +467,7 @@ pub mod longhands { pub type SpecifiedValue = computed_value::T; pub mod computed_value { use std::fmt; + #[deriving(PartialEq, Clone)] pub enum T { Auto,