From 6751b84bab90c9fecb1eb318fd2df8e3132600fc Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 31 Oct 2023 23:30:02 +0100 Subject: [PATCH] Further changes required by Servo --- components/shared/script_layout/wrapper_traits.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/shared/script_layout/wrapper_traits.rs b/components/shared/script_layout/wrapper_traits.rs index 1cc20c5f6ab..bc7f2518d82 100644 --- a/components/shared/script_layout/wrapper_traits.rs +++ b/components/shared/script_layout/wrapper_traits.rs @@ -442,6 +442,7 @@ pub trait ThreadSafeLayoutElement<'dom>: &style_pseudo, RuleInclusion::All, data.styles.primary(), + data.styles.primary(), /* is_probe = */ false, /* matching_func = */ None, )