Bug 1833181 - Make SetValueChanged return void. r=smaug
Just a drive-by clean-up. Differential Revision: https://phabricator.services.mozilla.com/D178077
This commit is contained in:
@@ -217,7 +217,7 @@ class HTMLInputElement final : public TextControlElement,
|
||||
void SetLastValueChangeWasInteractive(bool);
|
||||
|
||||
// TextControlElement
|
||||
nsresult SetValueChanged(bool aValueChanged) override;
|
||||
void SetValueChanged(bool aValueChanged) override;
|
||||
bool IsSingleLineTextControl() const override;
|
||||
bool IsTextArea() const override;
|
||||
bool IsPasswordTextControl() const override;
|
||||
|
||||
Reference in New Issue
Block a user