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

@@ -34,7 +34,7 @@ NS_IMPL_RELEASE_INHERITED(HTMLMapElement, Element)
// QueryInterface implementation for HTMLMapElement
NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED(HTMLMapElement)
NS_INTERFACE_TABLE_INHERITED(HTMLMapElement, nsIDOMHTMLMapElement)
NS_INTERFACE_TABLE_INHERITED(HTMLMapElement, nsIDOMHTMLElement)
NS_INTERFACE_TABLE_TAIL_INHERITING(nsGenericHTMLElement)
NS_IMPL_ELEMENT_CLONE(HTMLMapElement)
@@ -55,17 +55,6 @@ HTMLMapElement::Areas()
return mAreas;
}
NS_IMETHODIMP
HTMLMapElement::GetAreas(nsIDOMHTMLCollection** aAreas)
{
NS_ENSURE_ARG_POINTER(aAreas);
NS_ADDREF(*aAreas = Areas());
return NS_OK;
}
NS_IMPL_STRING_ATTR(HTMLMapElement, Name, name)
JSObject*
HTMLMapElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)