Bug 613823 - Don't attach multiple mutation observers to the document in case the HTML editor reinitializes; r=roc a=blocking-final+

This commit is contained in:
Ehsan Akhgari 2010-12-08 21:44:15 -05:00
Родитель b8f0570173
Коммит 011a83f696
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -274,7 +274,7 @@ nsHTMLEditor::Init(nsIDOMDocument *aDoc, nsIPresShell *aPresShell,
// Init mutation observer
nsCOMPtr<nsINode> document = do_QueryInterface(aDoc);
document->AddMutationObserver(this);
document->AddMutationObserverUnlessExists(this);
// disable Composer-only features
if (IsMailEditor())