mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2078 - Follow-up: aPreventComplexSelectors should be passed
This commit is contained in:
parent
53f5905381
commit
83484a34f5
1 changed files with 2 additions and 1 deletions
|
|
@ -2713,7 +2713,8 @@ static bool SelectorListMatches(Element* aElement,
|
|||
aNodeMatchContext,
|
||||
aTreeMatchContext,
|
||||
SelectorMatchesFlags::IS_PSEUDO_CLASS_ARGUMENT,
|
||||
aIsForgiving);
|
||||
aIsForgiving,
|
||||
aPreventComplexSelectors);
|
||||
}
|
||||
|
||||
static inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue