зеркало из https://github.com/mozilla/pjs.git
Removed unneeded parameter.
This commit is contained in:
Родитель
583445109a
Коммит
870fe5cf13
|
@ -98,8 +98,7 @@ NS_IMETHODIMP nsMyObserver::Notify(
|
||||||
if(mNotifyByReload) {
|
if(mNotifyByReload) {
|
||||||
rv = mWebShellSvc->SetRendering( PR_FALSE);
|
rv = mWebShellSvc->SetRendering( PR_FALSE);
|
||||||
rv = mWebShellSvc->StopDocumentLoad();
|
rv = mWebShellSvc->StopDocumentLoad();
|
||||||
rv = mWebShellSvc->ReloadDocument( aCharset, kCharsetFromAutoDetection,
|
rv = mWebShellSvc->ReloadDocument(aCharset, kCharsetFromAutoDetection);
|
||||||
mCommand.Length()>0 ? mCommand.GetBuffer() : nsnull);
|
|
||||||
} else {
|
} else {
|
||||||
nsAutoString newcharset(aCharset);
|
nsAutoString newcharset(aCharset);
|
||||||
if(mWeakRefDocument) {
|
if(mWeakRefDocument) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче