aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/mod.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-06 14:05:52 -0400
commitdc2a500f4bb8fff8632bae3287e46db0f1aa107f (patch)
treef34170e80826f0a8eda763e810a2ecb23b633ba9 /components/style/gecko/mod.rs
parent901525c9116ee0945781811c97fd3395db7c5cf9 (diff)
downloadservo-dc2a500f4bb8fff8632bae3287e46db0f1aa107f.tar.gz
servo-dc2a500f4bb8fff8632bae3287e46db0f1aa107f.zip
stylo: Create error reporters linked to documents (bug 1352669)
Diffstat (limited to 'components/style/gecko/mod.rs')
-rw-r--r--components/style/gecko/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/gecko/mod.rs b/components/style/gecko/mod.rs
index cfdf45d43b8..0c584bd9f99 100644
--- a/components/style/gecko/mod.rs
+++ b/components/style/gecko/mod.rs
@@ -10,6 +10,7 @@ mod non_ts_pseudo_class_list;
pub mod arc_types;
pub mod conversions;
pub mod data;
+pub mod error_reporter;
pub mod global_style_data;
pub mod media_queries;
pub mod pseudo_element;