This commit is contained in:
caillon%returnzero.com 2003-06-14 00:41:01 +00:00
Родитель f30618760b
Коммит 83359a65e7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -982,7 +982,7 @@ MenuHelpersX::WebShellToPresContext (nsIWebShell* inWebShell, nsIPresContext** o
if ( contentViewer ) {
nsCOMPtr<nsIDocumentViewer> docViewer ( do_QueryInterface(contentViewer) );
if ( docViewer )
docViewer->GetPresContext(*outContext); // AddRefs for us
docViewer->GetPresContext(outContext); // AddRefs for us
else
retval = NS_ERROR_FAILURE;
}