mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +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
|
@ -51,6 +51,7 @@ net_traits = {path = "../net_traits"}
|
|||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = "0.4"
|
||||
open = "1.1.1"
|
||||
parking_lot = "0.3"
|
||||
phf = "0.7.16"
|
||||
phf_macros = "0.7.16"
|
||||
plugins = {path = "../plugins"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue