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
parent 82b02bac89
commit e7b69b640f
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}