renamed nsReload to nsURLReload since the enum has changed names...

This commit is contained in:
rpotts%netscape.com 1998-10-10 04:36:59 +00:00
Родитель 511b63fd8a
Коммит f522677d7c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -501,7 +501,7 @@ LocationImpl::Reload(JSContext *cx, jsval *argv, PRUint32 argc)
nsresult result = NS_OK;
if (nsnull != mWebShell) {
result = mWebShell->Reload(nsReload);
result = mWebShell->Reload(nsURLReload);
}
return result;