aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index ae1a42ec92a..e588f49b95a 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -39,14 +39,14 @@ use compositing::windowing::WindowEvent;
use compositing::windowing::WindowMethods;
use compositing::{CompositorProxy, CompositorTask, Constellation};
-use msg::constellation_msg::Msg as ConstellationMsg;
use msg::constellation_msg::ConstellationChan;
+use msg::constellation_msg::Msg as ConstellationMsg;
use script::dom::bindings::codegen::RegisterBindings;
use net::image_cache_task::new_image_cache_task;
-use net::storage_task::StorageTaskFactory;
use net::resource_task::new_resource_task;
+use net::storage_task::StorageTaskFactory;
use net_traits::storage_task::StorageTask;
use gfx::font_cache_task::FontCacheTask;