mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #2490 - Part 1: Make all CSS rules cycle-collected.
This commit is contained in:
parent
73edd3878f
commit
d6ec56a4c4
11 changed files with 237 additions and 85 deletions
|
|
@ -34,8 +34,9 @@ private:
|
|||
ImportRule(const ImportRule& aCopy);
|
||||
~ImportRule();
|
||||
public:
|
||||
NS_DECL_CYCLE_COLLECTION_CLASS_AMBIGUOUS(ImportRule, mozilla::css::Rule)
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(ImportRule, Rule)
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
virtual bool IsCCLeaf() const override;
|
||||
|
||||
DECL_STYLE_RULE_INHERIT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue