mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Stop using u/i suffixes in layout.
This commit is contained in:
parent
7fabf6071e
commit
a65c80231a
4 changed files with 5 additions and 6 deletions
|
@ -104,7 +104,7 @@ fn insert_ancestors_into_bloom_filter(bf: &mut Box<BloomFilter>,
|
|||
mut n: LayoutNode,
|
||||
layout_context: &LayoutContext) {
|
||||
debug!("[{}] Inserting ancestors.", tid());
|
||||
let mut ancestors = 0u;
|
||||
let mut ancestors = 0;
|
||||
loop {
|
||||
ancestors += 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue