diff options
author | James Graham <james@hoppipolla.co.uk> | 2015-05-11 14:47:10 +0100 |
---|---|---|
committer | James Graham <james@hoppipolla.co.uk> | 2015-06-01 23:18:55 +0100 |
commit | 49f1b13ad968467e442d9bc7bc1ee737365e1f5d (patch) | |
tree | 6459e79dab04095889035a8aad9b7d933f294077 /components/script/lib.rs | |
parent | c724444ccb85551b5a0a581d673875ec9bce3d1f (diff) | |
download | servo-49f1b13ad968467e442d9bc7bc1ee737365e1f5d.tar.gz servo-49f1b13ad968467e442d9bc7bc1ee737365e1f5d.zip |
Add support for switching frames with the webdriver API.
This moves webdriver_traits into msg to avoid a circular dependency.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index b71acd76363..46e50c66ddb 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -52,7 +52,6 @@ extern crate unicase; extern crate url; extern crate uuid; extern crate string_cache; -extern crate webdriver_traits; extern crate offscreen_gl_context; pub mod cors; |