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

@@ -37,8 +37,7 @@ HTMLOptGroupElement::~HTMLOptGroupElement()
}
NS_IMPL_ISUPPORTS_INHERITED(HTMLOptGroupElement, nsGenericHTMLElement,
nsIDOMHTMLOptGroupElement)
NS_IMPL_ISUPPORTS_INHERITED0(HTMLOptGroupElement, nsGenericHTMLElement)
NS_IMPL_ELEMENT_CLONE(HTMLOptGroupElement)