diff options
Diffstat (limited to 'components/style/context.rs')
-rw-r--r-- | components/style/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/context.rs b/components/style/context.rs index 2707a799713..d5819555cf6 100644 --- a/components/style/context.rs +++ b/components/style/context.rs @@ -11,11 +11,11 @@ use error_reporting::ParseErrorReporter; use euclid::Size2D; use matching::StyleSharingCandidateCache; use parking_lot::RwLock; -use selector_matching::Stylist; use std::cell::RefCell; use std::collections::HashMap; use std::sync::{Arc, Mutex}; use std::sync::mpsc::Sender; +use stylist::Stylist; use timer::Timer; /// This structure is used to create a local style context from a shared one. |