Bug 1390209 - Remove unused nsIDOMHTML*Element interfaces. r=qdot

MozReview-Commit-ID: DagD3IHhRZy
This commit is contained in:
Masatoshi Kimura
2017-08-15 01:31:47 +09:00
parent 9da1e8377b
commit b87d3e615b
69 changed files with 102 additions and 1166 deletions

View File

@@ -55,16 +55,10 @@ HTMLMenuElement::~HTMLMenuElement()
{
}
NS_IMPL_ISUPPORTS_INHERITED(HTMLMenuElement, nsGenericHTMLElement,
nsIDOMHTMLMenuElement)
NS_IMPL_ISUPPORTS_INHERITED0(HTMLMenuElement, nsGenericHTMLElement)
NS_IMPL_ELEMENT_CLONE(HTMLMenuElement)
NS_IMPL_BOOL_ATTR(HTMLMenuElement, Compact, compact)
NS_IMPL_ENUM_ATTR_DEFAULT_VALUE(HTMLMenuElement, Type, type,
kMenuDefaultType->tag)
NS_IMPL_STRING_ATTR(HTMLMenuElement, Label, label)
void
HTMLMenuElement::SendShowEvent()