mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>
This commit is contained in:
parent
aeffca2a59
commit
1bacd0eb15
28 changed files with 321 additions and 208 deletions
|
@ -562,7 +562,7 @@ unsafe impl JSTraceable for StyleLocked<ViewportRule> {
|
|||
}
|
||||
}
|
||||
|
||||
unsafe impl JSTraceable for RwLock<PropertyDeclarationBlock> {
|
||||
unsafe impl JSTraceable for StyleLocked<PropertyDeclarationBlock> {
|
||||
unsafe fn trace(&self, _trc: *mut JSTracer) {
|
||||
// Do nothing.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue