mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #1592 - Follow-up: Ensure topmost scope marker is cleaned up
This commit is contained in:
parent
3d917c9965
commit
adaf6c3221
1 changed files with 2 additions and 1 deletions
|
|
@ -717,8 +717,9 @@ nsBindingManager::WalkRules(nsIStyleRuleProcessor::EnumFunc aFunc,
|
|||
aData->mTreeMatchContext.mIsTopmostScope = (index == 0);
|
||||
binding->WalkRules(aFunc, aData);
|
||||
}
|
||||
aData->mTreeMatchContext.mForAssignedSlot = false;
|
||||
|
||||
aData->mTreeMatchContext.mForAssignedSlot = false;
|
||||
aData->mTreeMatchContext.mIsTopmostScope = false;
|
||||
aData->mTreeMatchContext.mRestrictToSlottedPseudo = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue