diff options
author | Tim Kuehn <tkuehn@cmu.edu> | 2013-06-27 17:14:56 -0700 |
---|---|---|
committer | Tim Kuehn <tkuehn@cmu.edu> | 2013-07-01 11:03:31 -0700 |
commit | d17a1f2ad731f45286613d5651ce070cbc9bd286 (patch) | |
tree | 5f90fad8e3a99873856092f52a7320d74161c9b8 /src/components/main/layout/layout_task.rs | |
parent | fba7ec423c99a63bdcbe16029740e7ab4e38c088 (diff) | |
download | servo-d17a1f2ad731f45286613d5651ce070cbc9bd286.tar.gz servo-d17a1f2ad731f45286613d5651ce070cbc9bd286.zip |
rename engine --> constellation
Diffstat (limited to 'src/components/main/layout/layout_task.rs')
-rw-r--r-- | src/components/main/layout/layout_task.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/main/layout/layout_task.rs b/src/components/main/layout/layout_task.rs index 29c3d800902..cab29204559 100644 --- a/src/components/main/layout/layout_task.rs +++ b/src/components/main/layout/layout_task.rs @@ -16,7 +16,7 @@ use layout::flow::FlowContext; use std::cast::transmute; use std::cell::Cell; -use std::comm::{Chan, Port}; +use std::comm::{Port}; use geom::point::Point2D; use geom::rect::Rect; use geom::size::Size2D; @@ -40,7 +40,7 @@ use script::script_task::{ReflowCompleteMsg, ScriptChan, ScriptMsg, SendEventMsg use servo_net::image_cache_task::{ImageCacheTask, ImageResponseMsg}; use servo_net::local_image_cache::LocalImageCache; use servo_util::tree::{TreeNodeRef, TreeUtils}; -use servo_util::time::{ProfilerChan, profile, time}; +use servo_util::time::{ProfilerChan, profile}; use servo_util::time; use extra::net::url::Url; |