aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlanchorelement.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-07 13:15:23 +0200
committerMs2ger <Ms2ger@gmail.com>2016-06-07 13:15:23 +0200
commit684510bc94611ef0e9279d5fe8139a2f5a4c0157 (patch)
treef9b717d53349a14fc29adba679158e975bb46d26 /components/script/dom/htmlanchorelement.rs
parent858ea2eb9afdee0767a4d35b7f858fde03dd6108 (diff)
downloadservo-684510bc94611ef0e9279d5fe8139a2f5a4c0157.tar.gz
servo-684510bc94611ef0e9279d5fe8139a2f5a4c0157.zip
Stop re-exporting AttrValue.
Diffstat (limited to 'components/script/dom/htmlanchorelement.rs')
-rw-r--r--components/script/dom/htmlanchorelement.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/htmlanchorelement.rs b/components/script/dom/htmlanchorelement.rs
index 4fb575dd1e2..161a7d43eaf 100644
--- a/components/script/dom/htmlanchorelement.rs
+++ b/components/script/dom/htmlanchorelement.rs
@@ -2,9 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
use dom::activation::Activatable;
-use dom::attr::AttrValue;
use dom::bindings::cell::DOMRefCell;
use dom::bindings::codegen::Bindings::AttrBinding::AttrMethods;
use dom::bindings::codegen::Bindings::HTMLAnchorElementBinding;
@@ -29,6 +27,7 @@ use num_traits::ToPrimitive;
use script_traits::MozBrowserEvent;
use std::default::Default;
use string_cache::Atom;
+use style::attr::AttrValue;
use url::Url;
use util::prefs::mozbrowser_enabled;