mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
layout: Fix Servo layout build.
This commit is contained in:
parent
ff41f82720
commit
6283837613
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ impl FontGroup {
|
||||||
|
|
||||||
let families = style
|
let families = style
|
||||||
.font_family
|
.font_family
|
||||||
.0
|
.families
|
||||||
.iter()
|
.iter()
|
||||||
.map(|family| FontGroupFamily::new(descriptor.clone(), &family))
|
.map(|family| FontGroupFamily::new(descriptor.clone(), &family))
|
||||||
.collect();
|
.collect();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue