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
Родитель d24488bf64
Коммит 02e4b13a9a
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