diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-01-04 11:58:11 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-01-04 16:24:03 +0100 |
commit | 394508953ec61ede4c516a9bef912b320d66c084 (patch) | |
tree | cbe72a75c6558f44d4a584789f6a2f7b30117bba /components/script/script_task.rs | |
parent | 193c39294b79b92e56c9acbbbdea07a2648c774b (diff) | |
download | servo-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.rs | 4 |
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}; |