diff options
Diffstat (limited to 'components/layout/css/matching.rs')
-rw-r--r-- | components/layout/css/matching.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/css/matching.rs b/components/layout/css/matching.rs index cebb9463495..7036038369c 100644 --- a/components/layout/css/matching.rs +++ b/components/layout/css/matching.rs @@ -10,6 +10,7 @@ use animation; use context::SharedLayoutContext; use data::LayoutDataWrapper; use incremental::{self, RestyleDamage}; +use msg::ParseErrorReporter; use script::dom::bindings::inheritance::{CharacterDataTypeId, NodeTypeId}; use script::layout_interface::Animation; use selectors::bloom::BloomFilter; @@ -27,7 +28,6 @@ use string_cache::{Atom, Namespace}; use style::node::TElementAttributes; use style::properties::{ComputedValues, PropertyDeclaration, cascade}; use style::selector_matching::{DeclarationBlock, Stylist}; -use style_traits::ParseErrorReporter; use util::arc_ptr_eq; use util::cache::{LRUCache, SimpleHashCache}; use util::opts; |