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

This commit is contained in:
valeski%netscape.com 1999-06-28 12:31:56 +00:00
Родитель e1683d5baf
Коммит 1b1b6d308c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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