зеркало из https://github.com/mozilla/pjs.git
fix bug 14802. reviewed by harishd.
This commit is contained in:
Родитель
8029a58bff
Коммит
2561109d7f
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче