NECKO build fix. added proper args to nsIWebShell::Reload().

git-svn-id: svn://10.0.0.236/trunk@37174 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com 1999-06-28 12:31:56 +00:00
parent a07847c5b4
commit 39cd7e1396

View File

@ -687,7 +687,7 @@ LocationImpl::Reload(JSContext *cx, jsval *argv, PRUint32 argc)
if (nsnull != mWebShell) {
#ifdef NECKO
result = mWebShell->Reload(PR_FALSE, PR_FALSE);
result = mWebShell->Reload(nsIChannel::LOAD_NORMAL);
#else
result = mWebShell->Reload(nsURLReload);
#endif