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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user