auto merge of #3828 : cgaebel/servo/layout-node-dumping, r=pcwalton

r? @pcwalton
This commit is contained in:
bors-servo 2014-10-28 13:12:52 -06:00
commit 2d8bd10abe
5 changed files with 29 additions and 10 deletions

View file

@ -73,7 +73,7 @@ impl Reflectable for Element {
}
}
#[deriving(PartialEq)]
#[deriving(PartialEq, Show)]
#[jstraceable]
pub enum ElementTypeId {
HTMLElementTypeId,
@ -1172,4 +1172,3 @@ impl<'a> style::TElement<'a> for JSRef<'a, Element> {
}
}
}

View file

@ -251,7 +251,7 @@ impl LayoutDataRef {
}
/// The different types of nodes.
#[deriving(PartialEq)]
#[deriving(PartialEq, Show)]
#[jstraceable]
pub enum NodeTypeId {
DoctypeNodeTypeId,