aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/dom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/dom.rs')
-rw-r--r--components/style/dom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/dom.rs b/components/style/dom.rs
index ffc46b0cc94..7a4fe5d1003 100644
--- a/components/style/dom.rs
+++ b/components/style/dom.rs
@@ -26,7 +26,7 @@ use std::fmt;
use std::fmt::Debug;
use std::hash::Hash;
use std::ops::Deref;
-use std::sync::Arc;
+use stylearc::Arc;
use stylist::ApplicableDeclarationBlock;
use thread_state;