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:
@@ -3000,7 +3000,7 @@ bool TextControlState::SetValueWithoutTextEditor(
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TextControlState::HasNonEmptyValue() {
|
||||
bool TextControlState::HasNonEmptyValue() const {
|
||||
// If the frame for editor is alive, we can compute it with mTextEditor.
|
||||
// Otherwise, we need to check cached value via GetValue().
|
||||
if (mTextEditor && mBoundFrame && mEditorInitialized &&
|
||||
|
||||
Reference in New Issue
Block a user