mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Use parking_lot::RwLock instead of DOMRefCell for PropertyDeclarationBlock
This commit is contained in:
parent
d986fd2d2f
commit
89a29a7f12
24 changed files with 121 additions and 106 deletions
|
@ -13,6 +13,7 @@ doctest = false
|
|||
app_units = "0.3"
|
||||
cssparser = {version = "0.7", features = ["heap_size"]}
|
||||
euclid = "0.10.1"
|
||||
parking_lot = "0.3"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.13"
|
||||
string_cache = {version = "0.2.26", features = ["heap_size"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue