зеркало из https://github.com/mozilla/pjs.git
NECKO build fix. added proper args to nsIWebShell::Reload().
This commit is contained in:
Родитель
e1683d5baf
Коммит
1b1b6d308c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче