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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user