mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1001936 - Clear the value cache when the editor is being destroyed because it won't get updated when we don't have a bound frame; r=bzbarsky
This commit is contained in:
parent
66e7b54851
commit
17e5877386
@ -1429,6 +1429,7 @@ nsTextEditorState::DestroyEditor()
|
||||
mEditor->PreDestroy(true);
|
||||
mEditorInitialized = false;
|
||||
}
|
||||
ClearValueCache();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user