aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/medialist.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/medialist.rs')
-rw-r--r--components/script/dom/medialist.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/medialist.rs b/components/script/dom/medialist.rs
index d77af9dc1b9..55ca57cb4fd 100644
--- a/components/script/dom/medialist.rs
+++ b/components/script/dom/medialist.rs
@@ -14,11 +14,11 @@ use dom::window::Window;
use dom_struct::dom_struct;
use style::media_queries::{MediaQuery, parse_media_query_list};
use style::media_queries::MediaList as StyleMediaList;
-use style::parser::{PARSING_MODE_DEFAULT, ParserContext};
+use style::parser::ParserContext;
use style::shared_lock::{SharedRwLock, Locked};
use style::stylearc::Arc;
use style::stylesheets::CssRuleType;
-use style_traits::ToCss;
+use style_traits::{PARSING_MODE_DEFAULT, ToCss};
#[dom_struct]
pub struct MediaList {