Bug 1439751 - Cleanup HTMLInputElement some more. r=qdot

MozReview-Commit-ID: APunYKaGM8I
This commit is contained in:
Adrian Wielgosik
2018-02-20 23:11:27 +01:00
parent 9ed001b20f
commit ddc8320336
2 changed files with 26 additions and 28 deletions

View File

@@ -297,7 +297,7 @@ public:
*
* @return the selected button (or null).
*/
already_AddRefed<nsIDOMHTMLInputElement> GetSelectedRadioButton() const;
HTMLInputElement* GetSelectedRadioButton() const;
virtual nsresult Clone(mozilla::dom::NodeInfo *aNodeInfo, nsINode **aResult,
bool aPreallocateChildren) const override;