mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add basic integration of @counter-style.
This commit is contained in:
parent
161dc666b0
commit
11ac1e894e
6 changed files with 74 additions and 22 deletions
|
@ -255,6 +255,8 @@ 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);
|
||||
|
||||
// Companion of NS_DECL_THREADSAFE_FFI_REFCOUNTING.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue