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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user