bug in editor. blowing up a little :(

This commit is contained in:
mjudge%netscape.com 1998-11-30 08:05:45 +00:00
Родитель abc488c35f
Коммит 435d909749
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2847,7 +2847,7 @@ nsBrowserWindow::DoEditorMode(nsIWebShell *aWebShell)
if (NS_SUCCEEDED(doc->QueryInterface(kIDOMDocumentIID, (void **)&domDoc)))
{ //returns an addreffed domdocument
nsIEditor *editor;
if (NS_SUCCEEDED(nsRepository::CreateInstance(kIEditFactoryIID, nsnull, kIEditorIID, (void **)editor)))
if (NS_SUCCEEDED(nsRepository::CreateInstance(kIEditFactoryIID, nsnull, kIEditorIID, (void **)&editor)))
{
editor->Init(domDoc);
AddEditor(editor); //new call to set the editor interface this will addref