Bug 717549: Drop the reference to the content editor when the spell checking UI is reset to prevent zombie compartments. r=dao

This commit is contained in:
Kyle Huey 2012-01-12 15:35:39 +01:00
parent b38580eaae
commit 829d1f590c

View File

@ -62,6 +62,7 @@ InlineSpellChecker.prototype = {
// call this to clear state
uninit: function()
{
this.mEditor = null;
this.mInlineSpellChecker = null;
this.mOverMisspelling = false;
this.mMisspelling = "";