зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
749c0044ed
Коммит
5820a8c792
|
@ -1429,6 +1429,7 @@ nsTextEditorState::DestroyEditor()
|
|||
mEditor->PreDestroy(true);
|
||||
mEditorInitialized = false;
|
||||
}
|
||||
ClearValueCache();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче