aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/context.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-07-06 13:18:36 -0400
committerJosh Matthews <josh@joshmatthews.net>2017-07-10 20:46:08 -0400
commita08371e8eb343bd6372aa60d7658ff4b7bb5da15 (patch)
treec2a7134889dc0658ef854714a6b20d4e221ba26f /components/style/context.rs
parent4b91014b140d8a67e7de01489f3c3d52bd311c17 (diff)
downloadservo-a08371e8eb343bd6372aa60d7658ff4b7bb5da15.tar.gz
servo-a08371e8eb343bd6372aa60d7658ff4b7bb5da15.zip
stylo: Create error reporters linked to documents (bug 1352669)
Diffstat (limited to 'components/style/context.rs')
-rw-r--r--components/style/context.rs4
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,