Bug 20315: Adding comment r=buster

This commit is contained in:
pollmann%netscape.com 2000-01-18 02:40:45 +00:00
Родитель 67b921f15c
Коммит b6ee2c935e
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -548,6 +548,9 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
NS_PRECONDITION(nsnull != aContainer, "No content viewer container");
aContainer->QueryInterface(kIWebShellIID, getter_AddRefs(webShell));
//
// The following logic is mirrored in nsWebShell::Embed!
//
nsCOMPtr<nsIMarkupDocumentViewer> muCV;
nsCOMPtr<nsIContentViewer> cv;
webShell->GetContentViewer(getter_AddRefs(cv));

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

@ -548,6 +548,9 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
NS_PRECONDITION(nsnull != aContainer, "No content viewer container");
aContainer->QueryInterface(kIWebShellIID, getter_AddRefs(webShell));
//
// The following logic is mirrored in nsWebShell::Embed!
//
nsCOMPtr<nsIMarkupDocumentViewer> muCV;
nsCOMPtr<nsIContentViewer> cv;
webShell->GetContentViewer(getter_AddRefs(cv));