mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2490 - Part 2: Remove the now-unused GetExistingDOMRule() function.
This commit is contained in:
parent
d6ec56a4c4
commit
5bb39ec403
5 changed files with 1 additions and 32 deletions
|
|
@ -44,8 +44,6 @@ using namespace mozilla::dom;
|
|||
|
||||
#define IMPL_STYLE_RULE_INHERIT_GET_DOM_RULE_WEAK(class_, super_) \
|
||||
/* virtual */ nsIDOMCSSRule* class_::GetDOMRule() \
|
||||
{ return this; } \
|
||||
/* virtual */ nsIDOMCSSRule* class_::GetExistingDOMRule() \
|
||||
{ return this; }
|
||||
|
||||
#define IMPL_STYLE_RULE_INHERIT(class_, super_) \
|
||||
|
|
@ -905,7 +903,6 @@ NS_INTERFACE_MAP_BEGIN(DocumentRule)
|
|||
NS_INTERFACE_MAP_ENTRY(nsIDOMCSSGroupingRule)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIDOMCSSConditionRule)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIDOMCSSMozDocumentRule)
|
||||
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, mozilla::css::Rule)
|
||||
NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(CSSMozDocumentRule)
|
||||
NS_INTERFACE_MAP_END_INHERITING(GroupRule)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue