mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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.
|
// Concatenate all the boxes of our kids, creating {ib} splits as necessary.
|
||||||
for kid in node.children() {
|
for kid in node.children() {
|
||||||
if kid.get_element_type() != Normal {
|
if kid.get_pseudo_element_type() != Normal {
|
||||||
self.process(&kid);
|
self.process(&kid);
|
||||||
}
|
}
|
||||||
match kid.swap_out_construction_result() {
|
match kid.swap_out_construction_result() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue