mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Revert "Issue #3024 - First pass support for :host and :host-context"
This reverts commit 4cc56c2cb6.
This commit is contained in:
parent
d4eac725fd
commit
ecdf4bfb29
12 changed files with 34 additions and 358 deletions
|
|
@ -1311,9 +1311,8 @@ nsStyleSet::WalkRuleProcessors(nsIStyleRuleProcessor::EnumFunc aFunc,
|
|||
if (mBindingManager) {
|
||||
// We can supply additional document-level sheets that should be walked.
|
||||
if (aWalkAllXBLStylesheets) {
|
||||
mBindingManager->WalkAllRules(aFunc, aData, false);
|
||||
mBindingManager->WalkAllRules(aFunc, aData);
|
||||
} else {
|
||||
mBindingManager->WalkAllShadowRootHostRules(aFunc, aData);
|
||||
mBindingManager->WalkRules(aFunc, aData, &cutOffInheritance);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue