I uncommented out the progation of the EndLoadURL notification

This commit is contained in:
rods%netscape.com 1999-01-27 03:50:10 +00:00
Родитель d3e1b21178
Коммит 8759206a92
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1568,7 +1568,7 @@ nsWebShell::EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aStat
{
if (nsnull != mContainer) {
// XXX: do not propagate this notification up from any frames...
// return mContainer->EndLoadURL(aShell, aURL, aStatus);
return mContainer->EndLoadURL(aShell, aURL, aStatus);
}
return NS_OK;
}

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

@ -1568,7 +1568,7 @@ nsWebShell::EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aStat
{
if (nsnull != mContainer) {
// XXX: do not propagate this notification up from any frames...
// return mContainer->EndLoadURL(aShell, aURL, aStatus);
return mContainer->EndLoadURL(aShell, aURL, aStatus);
}
return NS_OK;
}