fix bug 14802. reviewed by harishd.

This commit is contained in:
ftang%netscape.com 1999-09-24 21:50:49 +00:00
Родитель 8029a58bff
Коммит 2561109d7f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -603,7 +603,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
webShell->QueryInterface(
nsIWebShellServices::GetIID(),(void**) &wss)))
{
rv_detect = adp->Init(wss, cdet);
rv_detect = adp->Init(wss, cdet, aCommand);
}
}
}

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

@ -603,7 +603,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
webShell->QueryInterface(
nsIWebShellServices::GetIID(),(void**) &wss)))
{
rv_detect = adp->Init(wss, cdet);
rv_detect = adp->Init(wss, cdet, aCommand);
}
}
}