mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove use of deprecated get_mut_ref
This commit is contained in:
parent
1fba32af9f
commit
e7c9b71d3a
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ impl Flow for TableWrapperFlow {
|
|||
// Now compute the real value.
|
||||
let containing_block_inline_size = self.block_flow.base.position.size.inline;
|
||||
if self.is_float() {
|
||||
self.block_flow.float.get_mut_ref().containing_inline_size =
|
||||
self.block_flow.float.as_mut().unwrap().containing_inline_size =
|
||||
containing_block_inline_size;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue