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:
Ehsan Akhgari 2014-04-27 09:33:24 -04:00
Родитель 749c0044ed
Коммит 5820a8c792
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1429,6 +1429,7 @@ nsTextEditorState::DestroyEditor()
mEditor->PreDestroy(true);
mEditorInitialized = false;
}
ClearValueCache();
}
void