mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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
|
@ -1612,7 +1612,7 @@ pub struct ExtraStyleData {
|
|||
}
|
||||
|
||||
// FIXME(emilio): This is kind of a lie, and relies on us not cloning
|
||||
// nsCSSFontFaceRules or nsCSSCounterStyleRules OMT (which we don't).
|
||||
// nsCSSCounterStyleRules OMT (which we don't).
|
||||
#[cfg(feature = "gecko")]
|
||||
unsafe impl Sync for ExtraStyleData {}
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue