зеркало из https://github.com/mozilla/gecko-dev.git
renamed nsReload to nsURLReload since the enum has changed names...
This commit is contained in:
Родитель
511b63fd8a
Коммит
f522677d7c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче