diff options
Diffstat (limited to 'components/style/context.rs')
-rw-r--r-- | components/style/context.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/style/context.rs b/components/style/context.rs index db320aa4753..5300b04b498 100644 --- a/components/style/context.rs +++ b/components/style/context.rs @@ -12,7 +12,6 @@ use bloom::StyleBloom; use cache::LRUCache; use data::{EagerPseudoStyles, ElementData}; use dom::{OpaqueNode, TNode, TElement, SendElement}; -use error_reporting::ParseErrorReporter; use euclid::Size2D; use fnv::FnvHashMap; use font_metrics::FontMetricsProvider; @@ -122,9 +121,6 @@ pub struct SharedStyleContext<'a> { /// Guards for pre-acquired locks pub guards: StylesheetGuards<'a>, - ///The CSS error reporter for all CSS loaded in this layout thread - pub error_reporter: &'a ParseErrorReporter, - /// The current timer for transitions and animations. This is needed to test /// them. pub timer: Timer, |