mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
refactors entities from script_thread into script_runtime
This commit is contained in:
parent
0d0e08638d
commit
2caa9a2a76
28 changed files with 298 additions and 261 deletions
|
@ -93,6 +93,7 @@ mod network_listener;
|
|||
pub mod page;
|
||||
pub mod parse;
|
||||
pub mod reporter;
|
||||
pub mod script_runtime;
|
||||
#[allow(unsafe_code)]
|
||||
pub mod script_thread;
|
||||
mod task_source;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue