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:
parent
a07847c5b4
commit
39cd7e1396
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user