aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/wrapper.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/layout/wrapper.rs
parent858ea2eb9afdee0767a4d35b7f858fde03dd6108 (diff)
downloadservo-684510bc94611ef0e9279d5fe8139a2f5a4c0157.tar.gz
servo-684510bc94611ef0e9279d5fe8139a2f5a4c0157.zip
Stop re-exporting AttrValue.
Diffstat (limited to 'components/layout/wrapper.rs')
-rw-r--r--components/layout/wrapper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/wrapper.rs b/components/layout/wrapper.rs
index 753f519f013..7c60ed4625b 100644
--- a/components/layout/wrapper.rs
+++ b/components/layout/wrapper.rs
@@ -39,7 +39,6 @@ use incremental::RestyleDamage;
use msg::constellation_msg::PipelineId;
use opaque_node::OpaqueNodeMethods;
use range::Range;
-use script::dom::attr::AttrValue;
use script::dom::bindings::inheritance::{CharacterDataTypeId, ElementTypeId};
use script::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId};
use script::dom::bindings::js::LayoutJS;
@@ -59,6 +58,7 @@ use std::marker::PhantomData;
use std::mem::{transmute, transmute_copy};
use std::sync::Arc;
use string_cache::{Atom, BorrowedAtom, BorrowedNamespace, Namespace};
+use style::attr::AttrValue;
use style::computed_values::content::ContentItem;
use style::computed_values::{content, display};
use style::dom::{PresentationalHintsSynthetizer, TDocument, TElement, TNode, UnsafeNode};