diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index 28e7836c883..d03370ba1bb 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -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; } diff --git a/mozilla/webshell/src/nsWebShell.cpp b/mozilla/webshell/src/nsWebShell.cpp index 28e7836c883..d03370ba1bb 100644 --- a/mozilla/webshell/src/nsWebShell.cpp +++ b/mozilla/webshell/src/nsWebShell.cpp @@ -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; }