mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
auto merge of #3728 : cgaebel/servo/dump-flow-tree-with-println, r=mrobinson
r? @mrobinson
This commit is contained in:
commit
018146b1a8
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ impl<'a> ImmutableFlowUtils for &'a Flow + 'a {
|
||||||
indent.push_str("| ")
|
indent.push_str("| ")
|
||||||
}
|
}
|
||||||
|
|
||||||
error!("{}+ {}", indent, self.to_string());
|
println!("{}+ {}", indent, self.to_string());
|
||||||
|
|
||||||
for kid in imm_child_iter(self) {
|
for kid in imm_child_iter(self) {
|
||||||
kid.dump_with_level(level + 1)
|
kid.dump_with_level(level + 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue