diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-07-04 14:45:29 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-07-05 09:02:46 +0200 |
commit | 77caf83098baf8a9157d388442abcd243eb5825c (patch) | |
tree | dc20f5b5c344fe3e5775df54a713f31ba60d432b /components/script/dom/window.rs | |
parent | b8fe9e9637a0824b028c307c0648052ccb6090a1 (diff) | |
download | servo-77caf83098baf8a9157d388442abcd243eb5825c.tar.gz servo-77caf83098baf8a9157d388442abcd243eb5825c.zip |
Move webdriver_msg to script_traits.
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r-- | components/script/dom/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index 181e29f9263..4eaa1c6e568 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -44,7 +44,6 @@ use js::rust::CompileOptionsWrapper; use js::rust::Runtime; use libc; use msg::constellation_msg::{FrameType, LoadData, PanicMsg, PipelineId, SubpageId, WindowSizeType}; -use msg::webdriver_msg::{WebDriverJSError, WebDriverJSResult}; use net_traits::bluetooth_thread::BluetoothMethodMsg; use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheThread}; use net_traits::storage_thread::StorageType; @@ -63,6 +62,7 @@ use script_layout_interface::rpc::{MarginStyleResponse, ResolvedStyleResponse}; use script_runtime::{ScriptChan, ScriptPort, maybe_take_panic_result}; use script_thread::SendableMainThreadScriptChan; use script_thread::{MainThreadScriptChan, MainThreadScriptMsg, RunnableWrapper}; +use script_traits::webdriver_msg::{WebDriverJSError, WebDriverJSResult}; use script_traits::{ConstellationControlMsg, UntrustedNodeAddress}; use script_traits::{DocumentState, MsDuration, TimerEvent, TimerEventId}; use script_traits::{ScriptMsg as ConstellationMsg, TimerEventRequest, TimerSource, WindowSizeData}; |