mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Use Servo data to back @font-face rule in Gecko.
This commit is contained in:
parent
0332674909
commit
ac7467221a
10 changed files with 461 additions and 528 deletions
|
@ -260,8 +260,6 @@ macro_rules! impl_refcount {
|
|||
);
|
||||
}
|
||||
|
||||
impl_refcount!(::gecko_bindings::structs::nsCSSFontFaceRule,
|
||||
Gecko_CSSFontFaceRule_AddRef, Gecko_CSSFontFaceRule_Release);
|
||||
impl_refcount!(::gecko_bindings::structs::nsCSSCounterStyleRule,
|
||||
Gecko_CSSCounterStyleRule_AddRef, Gecko_CSSCounterStyleRule_Release);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue