Bug 1367303 - Add full namespace to CSSSupportsRule classes refcount impl macro. r=heycam

MozReview-Commit-ID: ALe99ErTClT

--HG--
extra : rebase_source : b43d5ae41cf282ae11955bfbfcb9b0ea30bf76ca
This commit is contained in:
Xidorn Quan 2017-05-24 14:39:52 +10:00
parent 3c9b35858e
commit ec5e173ac7
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ using namespace mozilla::css;
namespace mozilla {
namespace dom {
NS_IMPL_ADDREF_INHERITED(CSSSupportsRule, css::ConditionRule)
NS_IMPL_RELEASE_INHERITED(CSSSupportsRule, css::ConditionRule)
NS_IMPL_ADDREF_INHERITED(mozilla::dom::CSSSupportsRule, css::ConditionRule)
NS_IMPL_RELEASE_INHERITED(mozilla::dom::CSSSupportsRule, css::ConditionRule)
// QueryInterface implementation for CSSSupportsRule
NS_INTERFACE_MAP_BEGIN(CSSSupportsRule)

View File

@ -2222,8 +2222,8 @@ CSSSupportsRule::UseForPresentation(nsPresContext* aPresContext,
return mUseGroup;
}
NS_IMPL_ADDREF_INHERITED(CSSSupportsRule, css::ConditionRule)
NS_IMPL_RELEASE_INHERITED(CSSSupportsRule, css::ConditionRule)
NS_IMPL_ADDREF_INHERITED(mozilla::CSSSupportsRule, dom::CSSSupportsRule)
NS_IMPL_RELEASE_INHERITED(mozilla::CSSSupportsRule, dom::CSSSupportsRule)
// QueryInterface implementation for CSSSupportsRule
NS_INTERFACE_MAP_BEGIN(CSSSupportsRule)