Bug 1270369. HTMLFormElemement should have unenumerable named properties per spec. r=bkelly

This commit is contained in:
Boris Zbarsky
2016-08-31 10:57:40 -04:00
parent c7f4106783
commit 463243deff
3 changed files with 13 additions and 4 deletions

View File

@@ -1537,7 +1537,7 @@ HTMLFormElement::NamedGetter(const nsAString& aName, bool &aFound)
void
HTMLFormElement::GetSupportedNames(nsTArray<nsString >& aRetval)
{
// TODO https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320
// TODO https://github.com/whatwg/html/issues/1731
}
already_AddRefed<nsISupports>