mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Revert "Auto merge of #17701 - bholley:reuse_allocations, r=emilio"
This reverts commitebfc8f5858
, reversing changes made to5585ff2c44
. Animation code can reenter and create a new TLS context from the traversal SequentialTask, so this won't work as written.
This commit is contained in:
parent
173181a491
commit
a34f288b98
12 changed files with 39 additions and 140 deletions
|
@ -23,7 +23,7 @@ lazy_static = "0.2"
|
|||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
parking_lot = {version = "0.4", features = ["nightly"]}
|
||||
parking_lot = {version = "0.3.3", features = ["nightly"]}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
rayon = "0.8"
|
||||
script = {path = "../script"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue