Bug 1418085 part 6. Remove nsIDOMHTMLElement. r=mystor

MozReview-Commit-ID: 5QUyFeAQYZQ
This commit is contained in:
Boris Zbarsky
2018-01-30 00:25:36 -05:00
parent 62c5e0df60
commit 41c46ec098
31 changed files with 6 additions and 59 deletions

View File

@@ -28,9 +28,8 @@ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(HTMLMapElement,
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mAreas)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED(HTMLMapElement,
nsGenericHTMLElement,
nsIDOMHTMLElement)
NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED_0(HTMLMapElement,
nsGenericHTMLElement)
NS_IMPL_ELEMENT_CLONE(HTMLMapElement)