Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8

The change to RootAccessible.cpp fixes an obvious bug introduced in bug 741707.

The visibility changes in gfx/thebes are because NS_DECL_ISUPPORTS has a
trailing "public:" that those classes were relying on to have public
constructors.

MozReview-Commit-ID: IeB8KIJCGhU
This commit is contained in:
Boris Zbarsky
2018-02-12 15:44:40 -05:00
parent af56e4e28a
commit be90e72263
145 changed files with 159 additions and 311 deletions

View File

@@ -55,8 +55,6 @@ HTMLMenuElement::~HTMLMenuElement()
{
}
NS_IMPL_ISUPPORTS_INHERITED0(HTMLMenuElement, nsGenericHTMLElement)
NS_IMPL_ELEMENT_CLONE(HTMLMenuElement)