Bug 1439751 - Remove all members from nsIDOMHTMLInputElement. r=qdot

MozReview-Commit-ID: JVagEzvSONN
This commit is contained in:
Adrian Wielgosik
2018-02-20 23:10:44 +01:00
parent e837952e46
commit 9ed001b20f
20 changed files with 53 additions and 108 deletions

View File

@@ -1637,7 +1637,7 @@ HTMLFormElement::GetActionURL(nsIURI** aActionURL,
"The originating element must be a submit form control!");
#endif // DEBUG
nsCOMPtr<nsIDOMHTMLInputElement> inputElement = do_QueryInterface(aOriginatingElement);
HTMLInputElement* inputElement = HTMLInputElement::FromContent(aOriginatingElement);
if (inputElement) {
inputElement->GetFormAction(action);
} else {