icecat: add release icecat-140.6.0-1gnu1 for aramo
This commit is contained in:
parent
92fef42cd6
commit
17ba0259bf
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -2488,6 +2488,12 @@ void TextControlState::UnbindFromFrame(nsTextControlFrame* aFrame) {
|
|||
DebugOnly<bool> ok = SetValue(value, ValueSetterOption::ByInternalAPI);
|
||||
// TODO Find something better to do if this fails...
|
||||
NS_WARNING_ASSERTION(ok, "SetValue() couldn't allocate memory");
|
||||
// And mark the selection as dirty to make sure the selection will be
|
||||
// restored properly in RestoreSelectionState. See bug 1993351.
|
||||
if (IsSelectionCached()) {
|
||||
SelectionProperties& props = GetSelectionProperties();
|
||||
props.SetIsDirty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue