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

@@ -179,7 +179,7 @@ nsDOMTokenList* HTMLFormElement::RelList() {
NS_IMPL_ELEMENT_CLONE(HTMLFormElement)
nsIHTMLCollection* HTMLFormElement::Elements() { return mControls; }
HTMLFormControlsCollection* HTMLFormElement::Elements() { return mControls; }
void HTMLFormElement::BeforeSetAttr(int32_t aNamespaceID, nsAtom* aName,
const nsAttrValue* aValue, bool aNotify) {