diff --git a/components/style/stylist.rs b/components/style/stylist.rs index c4eebefeab9..74704e707df 100644 --- a/components/style/stylist.rs +++ b/components/style/stylist.rs @@ -138,6 +138,9 @@ where debug!(" > {:?}", sheet); } } + // The line below ensures the "committed" bit is updated properly + // below. + collection.each(|_, _| true); return Ok(Some(entry.clone())); }