mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)
This commit is contained in:
parent
41fb10c589
commit
b5a4b8d6a0
40 changed files with 73 additions and 79 deletions
|
@ -136,7 +136,7 @@ impl TableCellFlow {
|
|||
}
|
||||
|
||||
for kid in flow::mut_base(self).children.iter_mut() {
|
||||
let mut kid_base = flow::mut_base(kid);
|
||||
let kid_base = flow::mut_base(kid);
|
||||
if !kid_base.flags.contains(IS_ABSOLUTELY_POSITIONED) {
|
||||
kid_base.position.start.b += offset
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue