diff options
author | Christian Poveda <z1mvader@protonmail.com> | 2017-05-03 12:57:49 -0500 |
---|---|---|
committer | Christian Poveda <z1mvader@protonmail.com> | 2017-05-03 12:57:49 -0500 |
commit | 62821a69153441f36b8ff10050a29502dea71037 (patch) | |
tree | bb1560f8965520a1bded497d81c18f1dabfe57e8 /components/script/dom/csssupportsrule.rs | |
parent | 875e422fe67f68bdf57bd3635279e224b0c90996 (diff) | |
parent | 3905b5af1804ad912c6e1854a0bcdfe9bda79065 (diff) | |
download | servo-62821a69153441f36b8ff10050a29502dea71037.tar.gz servo-62821a69153441f36b8ff10050a29502dea71037.zip |
Solving merge conficts related to the html5ever_atoms -> html5ever change
Diffstat (limited to 'components/script/dom/csssupportsrule.rs')
-rw-r--r-- | components/script/dom/csssupportsrule.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/csssupportsrule.rs b/components/script/dom/csssupportsrule.rs index 86aedf10864..9a0743856d6 100644 --- a/components/script/dom/csssupportsrule.rs +++ b/components/script/dom/csssupportsrule.rs @@ -13,9 +13,9 @@ use dom::cssrule::SpecificCSSRule; use dom::cssstylesheet::CSSStyleSheet; use dom::window::Window; use dom_struct::dom_struct; -use std::sync::Arc; use style::parser::{LengthParsingMode, ParserContext}; use style::shared_lock::{Locked, ToCssWithGuard}; +use style::stylearc::Arc; use style::stylesheets::{CssRuleType, SupportsRule}; use style::supports::SupportsCondition; use style_traits::ToCss; |