fix bug 14802. reviewed by harishd.

git-svn-id: svn://10.0.0.236/trunk@49009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ftang%netscape.com
1999-09-24 21:50:49 +00:00
parent 8b7f1cf9c7
commit f76321309a
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}
}