зеркало из https://github.com/mozilla/pjs.git
Bug 20315: Adding comment r=buster
This commit is contained in:
Родитель
67b921f15c
Коммит
b6ee2c935e
|
@ -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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче