mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
449fe2338e
commit
dbd3eab9cd
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ pub struct FamilyName {
|
||||||
pub syntax: FontFamilyNameSyntax,
|
pub syntax: FontFamilyNameSyntax,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
impl FamilyName {
|
impl FamilyName {
|
||||||
fn is_known_icon_font_family(&self) -> bool {
|
fn is_known_icon_font_family(&self) -> bool {
|
||||||
use crate::gecko_bindings::bindings;
|
use crate::gecko_bindings::bindings;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue