Bug 1415677 part 1. Remove nsIDOMHTMLCollection::NamedItem. r=qdot

MozReview-Commit-ID: EppP6KSYSn6
This commit is contained in:
Boris Zbarsky
2017-11-13 10:38:59 -05:00
parent db2e23e95d
commit e76fe87c40
7 changed files with 0 additions and 93 deletions

View File

@@ -246,15 +246,6 @@ HTMLOptionsCollection::GetParentObject()
return mSelect;
}
NS_IMETHODIMP
HTMLOptionsCollection::NamedItem(const nsAString& aName,
nsIDOMNode** aReturn)
{
NS_IF_ADDREF(*aReturn = GetNamedItem(aName));
return NS_OK;
}
void
HTMLOptionsCollection::GetSupportedNames(nsTArray<nsString>& aNames)
{