mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bonus Fix - Rename traverse_dom_preorder to traverse_dom.
The incorrect naming here was bugging me - the dom traversal has both pre- and post-order processing steps.
This commit is contained in:
parent
136c0938a2
commit
29987a6715
5 changed files with 12 additions and 13 deletions
|
@ -22,7 +22,7 @@ use traversal::{BuildDisplayList, ComputeAbsolutePositions, PostorderNodeMutTrav
|
|||
use util::opts;
|
||||
use util::workqueue::{WorkQueue, WorkUnit, WorkerProxy};
|
||||
|
||||
pub use style::parallel::traverse_dom_preorder;
|
||||
pub use style::parallel::traverse_dom;
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn static_assertion(node: UnsafeNode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue