mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #2490 - Part 20: Remove the stuff that was added temporarily to deal with a mix of WebIDL and non-WebIDL rules.
This commit is contained in:
parent
7fb5d53a79
commit
641b556c53
4 changed files with 0 additions and 59 deletions
|
|
@ -19,11 +19,6 @@ struct nsRuleData;
|
|||
template<class T> struct already_AddRefed;
|
||||
class nsHTMLCSSStyleSheet;
|
||||
|
||||
// Temporary IID for the nsIDOMCSSRule interface {ebb427f1-a935-480b-bd9b-bb0e3bd387a9}
|
||||
#define NS_IDOM_CSSRULE_IID \
|
||||
{ 0xebb427f1, 0xa935, 0x480b, \
|
||||
{ 0xbd, 0x9b, 0xbb, 0x0e, 0x3b, 0xd3, 0x87, 0xa9 } }
|
||||
|
||||
namespace mozilla {
|
||||
namespace css {
|
||||
class GroupRule;
|
||||
|
|
@ -51,8 +46,6 @@ protected:
|
|||
virtual ~Rule() {}
|
||||
|
||||
public:
|
||||
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOM_CSSRULE_IID)
|
||||
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
NS_DECL_CYCLE_COLLECTION_SKIPPABLE_SCRIPT_HOLDER_CLASS(Rule)
|
||||
// Return true if this rule is known to be a cycle collection leaf, in the
|
||||
|
|
@ -145,8 +138,6 @@ protected:
|
|||
uint32_t mColumnNumber;
|
||||
};
|
||||
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(Rule, NS_IDOM_CSSRULE_IID)
|
||||
|
||||
} // namespace css
|
||||
} // namespace mozilla
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue