Rename imm_child_iter() and child_iter(). Fixes #10286

This commit is contained in:
malayaleecoder 2016-03-31 23:50:40 +05:30 committed by Vishnu
parent 84a3dee67e
commit d4dcaf3167
11 changed files with 40 additions and 40 deletions

View file

@ -1425,7 +1425,7 @@ impl LayoutThread {
debug!("reflowing all nodes!");
flow::mut_base(flow).restyle_damage.insert(REFLOW | REPAINT);
for child in flow::child_iter(flow) {
for child in flow::child_iter_mut(flow) {
LayoutThread::reflow_all_nodes(child);
}
}