mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +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
|
|
@ -229,7 +229,7 @@ public:
|
|||
}
|
||||
|
||||
#ifdef MOZILLA_INTERNAL_API
|
||||
mozilla::StyleSetHandle StyleSet() { return GetPresShell()->StyleSet(); }
|
||||
nsStyleSet* StyleSet() { return GetPresShell()->StyleSet(); }
|
||||
|
||||
nsFrameManager* FrameManager()
|
||||
{ return PresShell()->FrameManager(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue