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
parent 66e7b54851
commit 17e5877386

View File

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