I uncommented out the progation of the EndLoadURL notification

git-svn-id: svn://10.0.0.236/trunk@18716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-01-27 03:50:10 +00:00
parent 0290bab375
commit 090afdeb87
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;
}