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