зеркало из 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) {
|
||||
rv = mWebShellSvc->SetRendering( PR_FALSE);
|
||||
rv = mWebShellSvc->StopDocumentLoad();
|
||||
rv = mWebShellSvc->ReloadDocument( aCharset, kCharsetFromAutoDetection,
|
||||
mCommand.Length()>0 ? mCommand.GetBuffer() : nsnull);
|
||||
rv = mWebShellSvc->ReloadDocument(aCharset, kCharsetFromAutoDetection);
|
||||
} else {
|
||||
nsAutoString newcharset(aCharset);
|
||||
if(mWeakRefDocument) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче