mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
style: Ensure QuerySelector only processes the light tree.
MozReview-Commit-ID: 7Nw1SEuWNaC
This commit is contained in:
parent
dd7196949f
commit
644b502b0d
2 changed files with 12 additions and 0 deletions
|
@ -133,6 +133,8 @@ where
|
|||
Q: SelectorQuery<E>,
|
||||
Q::Output: 'a,
|
||||
{
|
||||
fn light_tree_only(&self) -> bool { true }
|
||||
|
||||
fn collect_invalidations(
|
||||
&mut self,
|
||||
element: E,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue