mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code
Some classes have been marked for removal/merging, macros used for forwarding/casting were moved to DeprecatedUtils.h.
This commit is contained in:
parent
b96b733bfa
commit
d6852b3170
54 changed files with 35 additions and 2957 deletions
|
|
@ -2028,7 +2028,6 @@ CounterStyleManager::BuildCounterStyle(const nsSubstring& aName)
|
|||
|
||||
// It is intentional that the predefined names are case-insensitive
|
||||
// but the user-defined names case-sensitive.
|
||||
// XXXheycam ServoStyleSets do not support custom counter styles yet.
|
||||
StyleSetHandle styleSet = mPresContext->StyleSet();
|
||||
nsCSSCounterStyleRule* rule =
|
||||
styleSet->AsGecko()->CounterStyleRuleForName(aName);
|
||||
|
|
@ -2071,7 +2070,6 @@ CounterStyleManager::NotifyRuleChanged()
|
|||
RefPtr<CounterStyle>& style = iter.Data();
|
||||
bool toBeUpdated = false;
|
||||
bool toBeRemoved = false;
|
||||
// XXXheycam ServoStyleSets do not support custom counter styles yet.
|
||||
StyleSetHandle styleSet = mPresContext->StyleSet();
|
||||
nsCSSCounterStyleRule* newRule =
|
||||
styleSet->AsGecko()->CounterStyleRuleForName(iter.Key());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue