mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -65,7 +65,7 @@ net_traits = {path = "../net_traits"}
|
|||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = { version = "0.11", features = ["serde"] }
|
||||
open = "1.1.1"
|
||||
parking_lot = "0.4"
|
||||
parking_lot = "0.3"
|
||||
phf = "0.7.18"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue