aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/context.rs')
-rw-r--r--components/style/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/context.rs b/components/style/context.rs
index 42f03098c65..09a4c28e1a2 100644
--- a/components/style/context.rs
+++ b/components/style/context.rs
@@ -78,7 +78,7 @@ pub struct SharedStyleContext {
pub struct ThreadLocalStyleContext<E: TElement> {
pub style_sharing_candidate_cache: StyleSharingCandidateCache<E>,
- pub bloom_filter: StyleBloom,
+ pub bloom_filter: StyleBloom<E>,
/// A channel on which new animations that have been triggered by style
/// recalculation can be sent.
pub new_animations_sender: Sender<Animation>,