mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
layout: Implement flow tree dumping with RUST_LOG=debug is on.
r? @pcwalton
This commit is contained in:
parent
9e94ecf99c
commit
a8f80b89f4
5 changed files with 29 additions and 10 deletions
|
@ -251,7 +251,7 @@ impl LayoutDataRef {
|
|||
}
|
||||
|
||||
/// The different types of nodes.
|
||||
#[deriving(PartialEq)]
|
||||
#[deriving(PartialEq, Show)]
|
||||
#[jstraceable]
|
||||
pub enum NodeTypeId {
|
||||
DoctypeNodeTypeId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue