aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/encoding_support.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/encoding_support.rs')
-rw-r--r--components/style/encoding_support.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/encoding_support.rs b/components/style/encoding_support.rs
index 4f6365ffeae..6560342e942 100644
--- a/components/style/encoding_support.rs
+++ b/components/style/encoding_support.rs
@@ -11,9 +11,9 @@ use cssparser::{stylesheet_encoding, EncodingSupport};
use error_reporting::ParseErrorReporter;
use media_queries::MediaList;
use self::encoding::{EncodingRef, DecoderTrap};
+use servo_arc::Arc;
use shared_lock::SharedRwLock;
use std::str;
-use stylearc::Arc;
use stylesheets::{Stylesheet, StylesheetLoader, Origin, UrlExtraData};
struct RustEncoding;