mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Revert to per-process shared lock for author-origin stylesheets
Fixes https://github.com/servo/servo/issues/16097 Reopens https://github.com/servo/servo/issues/16027
This commit is contained in:
parent
e03093e96c
commit
c8b5b4a9bb
4 changed files with 19 additions and 1 deletions
|
@ -60,6 +60,8 @@ extern crate ipc_channel;
|
|||
extern crate js;
|
||||
#[macro_use]
|
||||
extern crate jstraceable_derive;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate libc;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue