aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/webdriver_handlers.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-07-04 14:45:29 +0200
committerMs2ger <Ms2ger@gmail.com>2016-07-05 09:02:46 +0200
commit77caf83098baf8a9157d388442abcd243eb5825c (patch)
treedc20f5b5c344fe3e5775df54a713f31ba60d432b /components/script/webdriver_handlers.rs
parentb8fe9e9637a0824b028c307c0648052ccb6090a1 (diff)
downloadservo-77caf83098baf8a9157d388442abcd243eb5825c.tar.gz
servo-77caf83098baf8a9157d388442abcd243eb5825c.zip
Move webdriver_msg to script_traits.
Diffstat (limited to 'components/script/webdriver_handlers.rs')
-rw-r--r--components/script/webdriver_handlers.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/webdriver_handlers.rs b/components/script/webdriver_handlers.rs
index 16395e53bc0..2711cfb1225 100644
--- a/components/script/webdriver_handlers.rs
+++ b/components/script/webdriver_handlers.rs
@@ -31,12 +31,12 @@ use ipc_channel::ipc::{self, IpcSender};
use js::jsapi::{JSContext, HandleValue};
use js::jsval::UndefinedValue;
use msg::constellation_msg::PipelineId;
-use msg::webdriver_msg::WebDriverCookieError;
-use msg::webdriver_msg::{WebDriverFrameId, WebDriverJSError, WebDriverJSResult, WebDriverJSValue};
use net_traits::CookieSource::{HTTP, NonHTTP};
use net_traits::CoreResourceMsg::{GetCookiesDataForUrl, SetCookiesForUrlWithData};
use net_traits::IpcSend;
use script_thread::get_browsing_context;
+use script_traits::webdriver_msg::WebDriverCookieError;
+use script_traits::webdriver_msg::{WebDriverFrameId, WebDriverJSError, WebDriverJSResult, WebDriverJSValue};
use url::Url;
fn find_node_by_unique_id(context: &BrowsingContext,