mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
task -> thread
This commit is contained in:
parent
f00532bab0
commit
1f02c4ebbb
119 changed files with 1209 additions and 1207 deletions
|
@ -32,7 +32,7 @@ use hyper::header::ContentType;
|
|||
use hyper::method::Method;
|
||||
use hyper::mime;
|
||||
use msg::constellation_msg::LoadData;
|
||||
use script_task::{MainThreadScriptMsg, ScriptChan};
|
||||
use script_thread::{MainThreadScriptMsg, ScriptChan};
|
||||
use std::borrow::ToOwned;
|
||||
use std::cell::Cell;
|
||||
use string_cache::Atom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue