mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Replace RwLock<CssRules> with Locked<CssRules>
This commit is contained in:
parent
b213daaa88
commit
f35b4e27b3
15 changed files with 85 additions and 52 deletions
|
@ -508,7 +508,7 @@ unsafe impl JSTraceable for RwLock<FontFaceRule> {
|
|||
}
|
||||
}
|
||||
|
||||
unsafe impl JSTraceable for RwLock<CssRules> {
|
||||
unsafe impl JSTraceable for StyleLocked<CssRules> {
|
||||
unsafe fn trace(&self, _trc: *mut JSTracer) {
|
||||
// Do nothing.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue