From da8244bfdbf95a678f98f90d2e6c60e588e61391 Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Thu, 5 Oct 2000 23:30:56 +0000 Subject: [PATCH] fix horrible url loading regression introduced by previous revision. r=hyatt. bugs 44437,55275 git-svn-id: svn://10.0.0.236/trunk@80521 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsFrameFrame.cpp | 3 +-- mozilla/layout/html/document/src/nsFrameFrame.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/generic/nsFrameFrame.cpp b/mozilla/layout/generic/nsFrameFrame.cpp index 519839c70ca..beae9e371a8 100644 --- a/mozilla/layout/generic/nsFrameFrame.cpp +++ b/mozilla/layout/generic/nsFrameFrame.cpp @@ -880,10 +880,9 @@ static PRBool CheckForBrowser(nsIContent* aContent, nsIBaseWindow* aShell) nsCOMPtr histNav(do_QueryInterface(hist)); histNav->Reload(0); boxObject->RemoveProperty(NS_LITERAL_STRING("history")); + return PR_FALSE; } } - - return PR_FALSE; } } } diff --git a/mozilla/layout/html/document/src/nsFrameFrame.cpp b/mozilla/layout/html/document/src/nsFrameFrame.cpp index 519839c70ca..beae9e371a8 100644 --- a/mozilla/layout/html/document/src/nsFrameFrame.cpp +++ b/mozilla/layout/html/document/src/nsFrameFrame.cpp @@ -880,10 +880,9 @@ static PRBool CheckForBrowser(nsIContent* aContent, nsIBaseWindow* aShell) nsCOMPtr histNav(do_QueryInterface(hist)); histNav->Reload(0); boxObject->RemoveProperty(NS_LITERAL_STRING("history")); + return PR_FALSE; } } - - return PR_FALSE; } } }