mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -2,7 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use script_thread::{CommonScriptMsg, MainThreadScriptMsg, ScriptChan};
|
||||
use script_runtime::{CommonScriptMsg, ScriptChan};
|
||||
use script_thread::MainThreadScriptMsg;
|
||||
use std::sync::mpsc::Sender;
|
||||
|
||||
#[derive(JSTraceable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue