From 090afdeb8717fb1aecb866c92e0f2b11e6212ef2 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Wed, 27 Jan 1999 03:50:10 +0000 Subject: [PATCH] I uncommented out the progation of the EndLoadURL notification git-svn-id: svn://10.0.0.236/trunk@18716 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsWebShell.cpp | 2 +- mozilla/webshell/src/nsWebShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }