mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #3573 : Manishearth/servo/warnings, r=jdm
This commit is contained in:
commit
ae4c9be536
1 changed files with 1 additions and 1 deletions
|
@ -1337,7 +1337,7 @@ impl BlockFlow {
|
|||
|
||||
for (i, kid) in self.base.child_iter().enumerate() {
|
||||
{
|
||||
let mut kid_base = flow::mut_base(kid);
|
||||
let kid_base = flow::mut_base(kid);
|
||||
kid_base.block_container_explicit_block_size = explicit_content_size;
|
||||
kid_base.absolute_static_i_offset = absolute_static_i_offset;
|
||||
kid_base.fixed_static_i_offset = fixed_static_i_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue