diff options
Diffstat (limited to 'components/style/selector_impl.rs')
-rw-r--r-- | components/style/selector_impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/selector_impl.rs b/components/style/selector_impl.rs index 7c9f7d3be89..842f08ae33d 100644 --- a/components/style/selector_impl.rs +++ b/components/style/selector_impl.rs @@ -2,11 +2,11 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use element_state::ElementState; +use properties::{self, ServoComputedValues}; use selector_matching::{USER_OR_USER_AGENT_STYLESHEETS, QUIRKS_MODE_STYLESHEET}; use selectors::Element; use selectors::parser::{ParserContext, SelectorImpl}; use stylesheets::Stylesheet; -use properties::{self, ServoComputedValues}; pub trait ElementExt: Element { fn is_link(&self) -> bool; |