Fixups for rust upgrade and jsref changes.

This commit is contained in:
Glenn Watson 2014-10-02 09:31:38 +10:00 committed by Josh Matthews
parent 5ca61c00b9
commit 442c28d9f7

View file

@ -839,8 +839,6 @@ pub mod longhands {
pub mod computed_value { pub mod computed_value {
use super::super::super::common_types::computed; use super::super::super::common_types::computed;
pub type T = Option<computed::Image>; pub type T = Option<computed::Image>;
//#[deriving(Clone, PartialEq)]
//pub type T = super::SpecifiedValue;
} }
#[deriving(Clone)] #[deriving(Clone)]
pub type SpecifiedValue = common_specified::CSSImage; pub type SpecifiedValue = common_specified::CSSImage;