mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #2112 - Part 3: Remove --enable-stylo config and conditionals
This commit is contained in:
parent
88ac168f96
commit
e777ae5a3c
21 changed files with 0 additions and 254 deletions
|
|
@ -10507,13 +10507,6 @@ nsRuleNode::HasAuthorSpecifiedRules(nsStyleContext* aStyleContext,
|
|||
uint32_t ruleTypeMask,
|
||||
bool aAuthorColorsAllowed)
|
||||
{
|
||||
#ifdef MOZ_STYLO
|
||||
if (aStyleContext->StyleSource().IsServoComputedValues()) {
|
||||
NS_WARNING("stylo: nsRuleNode::HasAuthorSpecifiedRules not implemented");
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
uint32_t inheritBits = 0;
|
||||
if (ruleTypeMask & NS_AUTHOR_SPECIFIED_BACKGROUND) {
|
||||
inheritBits |= NS_STYLE_INHERIT_BIT(Background);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue