diff options
author | James Graham <james@hoppipolla.co.uk> | 2015-04-23 12:58:41 +0100 |
---|---|---|
committer | James Graham <james@hoppipolla.co.uk> | 2015-04-23 16:14:27 +0100 |
commit | c2fc6e311a0cb3ec4c702c77bb5d13f97bd19078 (patch) | |
tree | 2ff2f2b65614f94f34181813bd81bf38ca84ade4 /components/msg/lib.rs | |
parent | 1b08211a5e9ec00eeaf241b916d51dc665289825 (diff) | |
download | servo-c2fc6e311a0cb3ec4c702c77bb5d13f97bd19078.tar.gz servo-c2fc6e311a0cb3ec4c702c77bb5d13f97bd19078.zip |
Add script execution support via WebDriver
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 7b52067c927..fc125583e95 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -9,6 +9,7 @@ extern crate hyper; extern crate layers; extern crate util; extern crate url; +extern crate webdriver_traits; #[cfg(target_os="macos")] extern crate core_foundation; |