mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Serialize unquoted font-family without quote
This commit is contained in:
parent
54e2b7b2d5
commit
9991c496b3
8 changed files with 53 additions and 24 deletions
|
@ -660,7 +660,8 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_FontFamilyList_AppendNamed(aList: *mut FontFamilyList,
|
||||
aName: *mut nsIAtom);
|
||||
aName: *mut nsIAtom,
|
||||
aQuoted: bool);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_FontFamilyList_AppendGeneric(list: *mut FontFamilyList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue