Bug 1066940 - Align return type of HTMLFormElement::elements with spec. r=dom-core,webidl,peterv

Differential Revision: https://phabricator.services.mozilla.com/D188246
This commit is contained in:
Vincent Hilla
2023-09-14 16:37:14 +00:00
parent 5d8dd001ad
commit 53f2c918c1
5 changed files with 7 additions and 5 deletions

View File

@@ -329,7 +329,7 @@ class HTMLFormElement final : public nsGenericHTMLElement,
// it's only out-of-line because the class definition is not available in the
// header
nsIHTMLCollection* Elements();
HTMLFormControlsCollection* Elements();
int32_t Length();