aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-01-04 11:58:11 +0100
committerMs2ger <ms2ger@gmail.com>2015-01-04 16:24:03 +0100
commit394508953ec61ede4c516a9bef912b320d66c084 (patch)
treecbe72a75c6558f44d4a584789f6a2f7b30117bba /components/script/script_task.rs
parent193c39294b79b92e56c9acbbbdea07a2648c774b (diff)
downloadservo-394508953ec61ede4c516a9bef912b320d66c084.tar.gz
servo-394508953ec61ede4c516a9bef912b320d66c084.zip
Qualify compositor_msg::ReadyState.
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index 42e157fced0..af1611f0787 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -50,8 +50,8 @@ use script_traits::ConstellationControlMsg::GetTitleMsg;
use script_traits::{NewLayoutInfo, OpaqueScriptLayoutChannel};
use script_traits::{ConstellationControlMsg, ScriptControlChan};
use script_traits::ScriptTaskFactory;
-use servo_msg::compositor_msg::{FinishedLoading, LayerId, Loading, PerformingLayout};
-use servo_msg::compositor_msg::{ScriptListener};
+use servo_msg::compositor_msg::ReadyState::{FinishedLoading, Loading, PerformingLayout};
+use servo_msg::compositor_msg::{LayerId, ScriptListener};
use servo_msg::constellation_msg::{ConstellationChan};
use servo_msg::constellation_msg::{LoadData, NavigationDirection, PipelineId};
use servo_msg::constellation_msg::{Failure, Msg, WindowSizeData, Key, KeyState};