aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/attr.rs')
-rw-r--r--components/style/attr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/attr.rs b/components/style/attr.rs
index 1989816329d..101810212b7 100644
--- a/components/style/attr.rs
+++ b/components/style/attr.rs
@@ -16,10 +16,10 @@ use servo_url::ServoUrl;
use shared_lock::Locked;
use std::ascii::AsciiExt;
use std::str::FromStr;
-use std::sync::Arc;
use str::{HTML_SPACE_CHARACTERS, read_exponent, read_fraction};
use str::{read_numbers, split_commas, split_html_space_chars};
use str::str_join;
+use stylearc::Arc;
use values::specified::Length;
// Duplicated from script::dom::values.