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:
Emilio Cobos Álvarez
2023-05-15 16:07:30 +00:00
parent 2f4a365cf9
commit c18930d41f
7 changed files with 16 additions and 22 deletions

View File

@@ -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;