mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
fixup! Rename ElementType to PseudoElementType, to avoid confusion with ElementTypeId.
This commit is contained in:
parent
d9c6ac5ca1
commit
583892bf69
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ impl<'a> FlowConstructor<'a> {
|
|||
|
||||
// Concatenate all the boxes of our kids, creating {ib} splits as necessary.
|
||||
for kid in node.children() {
|
||||
if kid.get_element_type() != Normal {
|
||||
if kid.get_pseudo_element_type() != Normal {
|
||||
self.process(&kid);
|
||||
}
|
||||
match kid.swap_out_construction_result() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue