mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #2488 - Part 3: Remove the StyleSetHandle smart pointer class
This commit is contained in:
parent
4d7bdedade
commit
4bf43b8fb4
58 changed files with 155 additions and 589 deletions
|
|
@ -3869,7 +3869,7 @@ RestyleManager::ComputeAndProcessStyleChange(nsStyleContext* aNewContext,
|
|||
nsStyleSet*
|
||||
ElementRestyler::StyleSet() const
|
||||
{
|
||||
return mPresContext->StyleSet()->AsGecko();
|
||||
return mPresContext->StyleSet();
|
||||
}
|
||||
|
||||
AutoDisplayContentsAncestorPusher::AutoDisplayContentsAncestorPusher(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue