aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/node.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/node.rs')
-rw-r--r--components/style/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/node.rs b/components/style/node.rs
index 8bf26b932b3..df4a4864303 100644
--- a/components/style/node.rs
+++ b/components/style/node.rs
@@ -8,7 +8,7 @@
use cssparser::RGBA;
use legacy::{IntegerAttribute, LengthAttribute, SimpleColorAttribute, UnsignedIntegerAttribute};
use selectors::AttrSelector;
-use servo_util::str::LengthOrPercentageOrAuto;
+use util::str::LengthOrPercentageOrAuto;
use string_cache::{Atom, Namespace};
pub trait TNode<'a, E: TElement<'a>> : Clone + Copy {