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
|
@ -67,7 +67,6 @@ pub extern crate nsstring_vendor as nsstring;
|
|||
extern crate num_integer;
|
||||
extern crate num_traits;
|
||||
extern crate ordered_float;
|
||||
extern crate owning_ref;
|
||||
extern crate parking_lot;
|
||||
extern crate pdqsort;
|
||||
#[cfg(feature = "gecko")] extern crate precomputed_hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue